A short snippet that utilizes the concept of genetic algorithms for optimization. The optimization problem it handles is very simple : Given a target value (T) , find out (n) non-negative integers that sum to the given target. Read more about genetic algorithms here : https://en.wikipedia.org/wiki/Genetic_algorithm
-
Couldn't load subscription status.
- Fork 0
A short snippet that utilizes the concept of genetic algorithms for optimization. The optimization problem it handles is very simple : Given a target value (T) , find out (n) non-negative integers that sum to the given target. Read more about genetic algorithms here : https://en.wikipedia.org/wiki/Genetic_algorithm
Couldn't load subscription status.
vendettacoder/Genesis
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A short snippet that utilizes the concept of genetic algorithms for optimization. The optimization problem it handles is very simple : Given a target value (T) , find out (n) non-negative integers that sum to the given target. Read more about genetic algorithms here : https://en.wikipedia.org/wiki/Genetic_algorithm