Skip to content

An implementation of a genetic algorithm that finds the minimum z where z = f(x,y)

Notifications You must be signed in to change notification settings

kzh4ng/GeneticAlg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GeneticAlg

Minimizes a function of two variables using a genetic algorithm. Treats each point as a chromosome, the x and y variables as the genes, and the x and y values as alleles. The population size, iteration limit, mutation and crossover rate, and number of descendants to the next generation can all be modified.

About

An implementation of a genetic algorithm that finds the minimum z where z = f(x,y)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages