v0.8.0
darwin
A genetic/evolutionary algorithm library for Dart.
20Likes 6630-day downloads160Pub points
AndroidiOSWebmacOSWindowsLinux
A genetic algorithm library for Dart.
English project snapshot. Visit GitHub for the latest content.
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.
Read more about genetic algorithms on Wikipedia.
Features of this library:
For an up-to-date example use, please see example/example.dart.