ryanhs/genetic-algorithm-toolkit

Genetic Algorithm Toolkit in PHP

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/ryanhs/genetic-algorithm-toolkit

1.0.2 2015-02-06 07:01 UTC

This package is not auto-updated.

Last update: 2025-09-27 22:43:41 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