Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/freetonik/gen_sum_optima

The simplest generic genetic algorithm for finding the sum optima.
https://github.com/freetonik/gen_sum_optima

Last synced: about 2 months ago
JSON representation

The simplest generic genetic algorithm for finding the sum optima.

Awesome Lists containing this project

README

        

# gen_sum_optima
This is the simplest generic genetic algorithm for finding the sum optima.

The goal is to maximize the sum of Xi, where i is a binary number taken from {0,1}; the sum is bounded by l, which is set in .h file. You can also specify the population size, number of generations, number of mutate points and the size of tournament (for tournament selection).