| Computers Forum Index » Computer Artificial Intelligence - Genetic » Continuous Gray code optimization - scale free... |
|
Page 1 of 1 |
|
| Author |
Message |
| Lemon Tree... |
Posted: Wed Sep 23, 2009 2:02 am |
|
|
|
Guest
|
I recently found a paper about a really simple but effective numerical
optimization algorithm based on extending the idea of Gray codes to
the continuous domain.
I've put the paper and some sample code here:
http://code.google.com/p/lemontree/downloads/list
I am working on improving the algorithm at the moment. I have a few
ideas!
Sean O'Connor |
|
|
| Back to top |
|
|
|
| Lemon Tree... |
Posted: Sun Sep 27, 2009 11:59 am |
|
|
|
Guest
|
I've been trying out this algorithm for a few days now. It's really
amazing. It is also susceptible to considerable improvement, I have a
number of different versions already.
It is very suited to open-ended evolution and co-evolution systems.
Most genetic algorithms are convergent in nature, once they have
partially converged there is generally no going back.
Obviously that does not apply to this algorithm. |
|
|
| Back to top |
|
|
|
|