genetic_evolution 0.3.0 genetic_evolution: ^0.3.0 copied to clipboard
A package that simulates a Genetic Evolutionary Algorithm among its generations.
0.3.0 #
- Implemented to and from JSON on models
- Implemented file parsing for
Generation
objects
0.2.1 #
- Exposed
sortingMethod
onPopulation
to be more customizable
0.2.0 #
- These changes go along with the creation of the genetically_evolving_neural_network package
- Added
generationsToTrack
toGeneticEvolutionConfig
to 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
EntityService
for testing purposes - Extracted
CrossoverService
for testability
0.1.1 #
- Added
/example/README.md
for Example tab documentation.
0.1.0 #
- Initial release