NEAT Algorithm Support? #260
ubeydtalha
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
The algorithm looks interesting and I have heard of it before. Is the Python implementation the original one implemented by the authors of the paper? Is it somewhere publicly available? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I had a look at it, and - correct me if I am wrong - NEAT is directly designed for optimizing neural networks. Current implementations in pymoo generalize to at least a category of problems. However, please let me know if you end up implementing it in a fork of the pymoo framework. I am for sure willing to have a look! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Will the NEAT algorithm be added to this library in future versions? It has a coded library for Python, but its interface is not as nice and useful as this library. I know the NEAT algorithm is for establishing a neural network, but I think it would be legendary if it was in this library.
Paper: http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf
Beta Was this translation helpful? Give feedback.
All reactions