HyperCodec / genetic-rs

Crate for quickstarting genetic algorithm projects
MIT License
1 stars 0 forks source link

`perform_generations` method #73

Closed HyperCodec closed 2 months ago

HyperCodec commented 2 months ago

In most cases I've found that either something can be done with a custom nextgen or isn't needed to be done at all during the for loop. Should keep the next_generation method and just add a little helper perform_generations function that does the for loop for a certain generation count.