Skip to content

maxtess49/evo

Repository files navigation

Evolutionary Algorithm for M2 ID course: Algorithmes intelligents pour l’aide à la décision

TODO:

Selection functions

  • Tournament
  • Best
  • Random

Crossover functions

  • Monopoint
  • Uniform

Mutation functions

  • Bitflip
  • 1Flip
  • 3Flip
  • 5Flip

Insertion functions

  • Fitness (Worst are discarded)
  • Age (Olders are discarded)

Auto adjustment method

  • Wheel
  • Bandit
  • Adaptative pursuit

Random

  • Random seed
  • Random seed choice

Graf generator

  • Add generator to main
  • Add types of grafs (comparison of method frequency for wheel)

Important

  • Check for bias

Test

  • Add mutation operators to test

How-To

Comming soon

About

Evolutionary algorithm project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages