Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).