Skip to content

JaZax/geneticAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GENETIC ALGORITHM

  • Initialize Population: Generate a random population of solutions.
  • Evaluate Fitness: Compute fitness for each solution.
  • Selection: Select solutions based on fitness to create the next generation.
  • Crossover: Combine two parents to create offspring.
  • Mutation: Introduce (or not) random change in solution.

Repeat until target (or maximum number of generations) is reached.

About

Simple genetic algorithm implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages