Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine features of Anneal Evolution and NeuroEvolution? #131

Open
brtietz opened this issue Jan 23, 2015 · 1 comment
Open

Combine features of Anneal Evolution and NeuroEvolution? #131

brtietz opened this issue Jan 23, 2015 · 1 comment

Comments

@brtietz
Copy link
Contributor

brtietz commented Jan 23, 2015

Right now Anneal Evolution supports Monte Carlo trials and can tune the deviation for gaussian sampling. Neuro Evolution includes features for genetic algorithms and neural network input. It may be more convenient to place all of these features in one evolution class, so all controllers can use all learning methods.

Thoughts on whether it is worth the work (1 - 2 hours) to combine them? Other thoughts on the architecture of the learning library? I could also see arguments for simplifying the classes (one method per class) to clarify implementation.

@brtietz
Copy link
Contributor Author

brtietz commented Jan 28, 2015

In addition to the learning algorithms, NeuroEvolution does not print out its parameters like AnnealEvolution, making it more difficult to restart a run. This feature should be added in either case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant