genetic_evolution 0.2.0
genetic_evolution: ^0.2.0 copied to clipboard
A package that simulates a Genetic Evolutionary Algorithm among its generations.
0.2.0 #
- These changes go along with the creation of the genetically_evolving_neural_network package
- Added
generationsToTracktoGeneticEvolutionConfigto specify exactly how many generations of parents to keep track of - Extracted out EntityParentManipulator for testability
0.1.2 #
- These changes go along with the creation of the genetically_evolving_neural_network package
- Opened parameter for
EntityServicefor testing purposes - Extracted
CrossoverServicefor testability
0.1.1 #
- Added
/example/README.mdfor Example tab documentation.
0.1.0 #
- Initial release