/genetic_algorithm_vis

Runs genetic algorithm for 2D func and visualizes the results

Primary LanguageC++MIT LicenseMIT

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