Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/freetonik/gen_sum_optima
- Owner: freetonik
- Created: 2015-01-17T12:04:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T12:17:29.000Z (about 10 years ago)
- Last Synced: 2024-04-14T16:01:36.250Z (9 months ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).