ryanhs/genetic-algorithm-toolkit

Genetic Algorithm Toolkit in PHP

1.0.2 2015-02-06 07:01 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:48:57 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