darwin 0.5.0 darwin: ^0.5.0 copied to clipboard
A genetic/evolutionary algorithm library for Dart. Given a population of phenotypes, an evaluator (fitness function), and time, the algorithm will evolve the population until it crosses given fitness [...]
0.5.0 #
- BREAKING: Null Safety migration
- BREAKING: fixed typo in
GenerationBreeder.propability
to.probability
- BREAKING: fixed typo in
Evaluator.cummulative
to.cumulative
- BREAKING: fixed typo in
Generation.cummulativeFitnes
to.cumulativeFitness
- BREAKING: changed
ALL_CAPS_FIELDS
into the more idiomaticcamelCaseFields
GeneticAlgorithm.MAX_EXPERIMENTS
tothresholdResult
GeneticAlgorithm.MAX_GENERATIONS_IN_MEMORY
tomaxGenerationsInMemory
0.4.2 #
- Resolve implicit cast problem
- Remove optional
new
andconst
- Apply modern Dart formatting
0.4.1 #
- Upgrade to Dart 2