darwin 0.5.0 copy "darwin: ^0.5.0" to clipboard
darwin: ^0.5.0 copied to clipboard

outdated

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 idiomatic camelCaseFields
    • GeneticAlgorithm.MAX_EXPERIMENTS to thresholdResult
    • GeneticAlgorithm.MAX_GENERATIONS_IN_MEMORY to maxGenerationsInMemory

0.4.2 #

  • Resolve implicit cast problem
  • Remove optional new and const
  • Apply modern Dart formatting

0.4.1 #

  • Upgrade to Dart 2
19
likes
0
pub points
59%
popularity

Publisher

verified publisherfiliph.net

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 threshold.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on darwin