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

Add Pool::train_population and Pool::get_best_genome #5

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Conversation

bhearsum
Copy link
Owner

@bhearsum bhearsum commented Aug 3, 2023

The former can be used to provide "managed" training sessions for simple use cases where you can feed static training data and an evaluation function. This avoids the need to iterate over generations, species, genomes, etc. yourself.

Also included is a refactor of some of the examples code to move common things into a central place, and make use of the new built-in TrainingData structure.

The former can be used to provide "managed" training sessions for simple use cases where you can feed static training data and an evaluation function. This avoids the need to iterate over generations, species, genomes, etc. yourself.

Also included is a refactor of some of the `examples` code to move common things into a central place, and make use of the new built-in `TrainingData` structure.
@bhearsum bhearsum merged commit 56ae381 into main Aug 3, 2023
2 checks passed
@bhearsum bhearsum deleted the train_pop branch August 3, 2023 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant