Skip to content

Find the best solution of the meth function with genetic algorithm method

License

Notifications You must be signed in to change notification settings

Nineko/School-Project_Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[School Project] Genetic Algorithm

This program simulates the process which finding the best solution of the Ackley function with genetic algorithm

[*]Develop in qt5.9

Object function : Ackley function

image

Configures

  • Initial population size: (Dedault) 50
  • Probability of performing crossover : (Dedault) 1.0
  • Probability of mutation : (Dedault) 0.5
  • Decode mode : binary / real
  • Crossover mode : single / double / multiple
  • Pooling size : (Dedault) 40

image

About

Find the best solution of the meth function with genetic algorithm method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published