Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freetonik/gen_poly
The simplest generic genetic algorithm for finding the roots of polynomial.
https://github.com/freetonik/gen_poly
Last synced: 7 days ago
JSON representation
The simplest generic genetic algorithm for finding the roots of polynomial.
- Host: GitHub
- URL: https://github.com/freetonik/gen_poly
- Owner: freetonik
- Created: 2015-01-17T12:13:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T12:16:40.000Z (about 10 years ago)
- Last Synced: 2024-11-28T09:40:21.228Z (2 months ago)
- Language: C
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gen_poly
This is the simplest generic genetic algorithm for finding the roots of polynomial.The goal is to maximize (x1*x2*x3*x4*x5) / (x6*x7*x8*x9*x10), 1 ≤ xi ≤ 10 using the genetic algorithm. User also can specify the population size, number of generations, number of mutate points and the size of tournament (for tournament selection).