Algorithms: GA
Rafael Pinto (contact me)
This class implements base methods to apply genetic algorithms to arbitrary subjects.
Its functions can be call instantiating a class object or called static methods.
The class can perform several types of generic algorithm operations like crossover, mutation, selection and death over populations of any objects of the same class.
It can be used as a base implementation of genetic algorithms to solve many types of problems on which the best solution may be found through natural selection.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Good (91.7%)
| -
| Good (83.3%)
| -
| -
| Not sure (55.0%)
| 966 |
Click here for detailed information about this class on phpclasses.org