ryanhs / genetic-algorithm-toolkit
Genetic Algorithm Toolkit in PHP
1.0.2
2015-02-06 07:01 UTC
Requires
- ryanhs/dependency: ~1.0
- ryanhs/hook: ~1.0
Requires (Dev)
- phpunit/phpunit: ~4.4
This package is not auto-updated.
Last update: 2024-11-23 18:02:51 UTC
README
Genetic Algorithm Toolkit in PHP
Description
this toolkit focused on build genetic algorithm application you can costumize it with your own schema, like:
- chromosome
- init population
- fitness function
- mutation
* for selection & crossover, because it just simple act of chromosome & fitness function, just leave to this toolkit :-)
see example for now :-)
License
MIT License