Skip to content

Runs genetic algorithm for 2D func and visualizes the results

License

Notifications You must be signed in to change notification settings

mikkac/genetic_algorithm_vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithm Visualization

Simple C++ & QML application which runs genetic algorithm and visualizes the results collected throughout the simulation.

The algorithm is supposed to find maximum value of given function. Due to the lack of time, the function is fixed and it's simple parabola $x^2$ (called estimation function).

Following results are plotted:

  • Average value of estimation function in each simulation step
  • Minimum value of estimation function in each simulation step
  • Maximum value of estimation function in each simulation step

Demo

animated

About

Runs genetic algorithm for 2D func and visualizes the results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published