Skip to content

mihaioltean/genetic-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Genetic algorithms for solving various difficult problems, implemented in C++

What is inside:

Single objective optimization

  • ga_real_func_opt.cpp - Genetic algorithm with real encoding for solving function optimization problems.
  • ga_binary_func_opt.cpp - Genetic algorithm with binary encoding for solving function optimization problems.

Multi objective optimization

ga_binary_multi_criteria_opt.cpp - Genetic algorithm with binary encoding for multi-objective optimization problems. Must add "lista_voidp.cpp" to the project because I store the nondominated individuals in a list.

Contact

Mihai Oltean

[email protected]

www.tcreate.org

About

Examples of Genetic Algorithms for NP-complete problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages