Skip to content

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

vendettacoder/Genesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Genesis

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages