Skip to content

lch999599/GeneticAlgorithm_Floats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chromosome implementation

Genetic Algorithm for real Chromosome

Function

alt_text

variables in the range (-10.10)

Minimum in point 0

Technologies

The application was written in Python.

The environment for running the application is Python 3.7

Required libraries:

wx

time

datetime

pandas

csv

matplotlib.pyplot

numpy

random

mpl_toolkits.mplot3d

operator

statistics

math

Run GUI

Print Iterations

alt_text

Save as CSV

alt_text

Show Plot

Shows the last individuals from iteration in 3D space. With a large number of generations, it is usually one individual.

alt_text

Show Best

Shows the change in value for the best individual for each iteration.

alt_text

Show Average

Shows the average adaptation of individuals after each iteration

alt_text

Show standard deviation

Shows the value of the standard deviation between individuals from the population for subsequent iterations.

alt_text

Show Visualization

Shows the change in adaptation on the 3D graph for subsequent iterations.

alt_text

alt_text

alt_text

Author of the code: [email protected]

The code is part of university project.

2020

About

Genetic Algorithm for float Individuals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages