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.propabilityto.probability - BREAKING: fixed typo in
Evaluator.cummulativeto.cumulative - BREAKING: fixed typo in
Generation.cummulativeFitnesto.cumulativeFitness - BREAKING: changed
ALL_CAPS_FIELDSinto the more idiomaticcamelCaseFieldsGeneticAlgorithm.MAX_EXPERIMENTStothresholdResultGeneticAlgorithm.MAX_GENERATIONS_IN_MEMORYtomaxGenerationsInMemory
0.4.2 #
- Resolve implicit cast problem
- Remove optional
newandconst - Apply modern Dart formatting
0.4.1 #
- Upgrade to Dart 2