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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages