v0.8.0
darwin
Dart用の遺伝的/進化的アルゴリズムライブラリ。
20いいね 6630日間ダウンロード160Pub ポイント
AndroidiOSWebmacOSWindowsLinux
Dart用の遺伝的アルゴリズムライブラリ。
以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
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.