/sgoal

Stochastic Global Optimization Algorithms

Primary LanguagePythonMIT LicenseMIT

sgoal

Stochastic Global Optimization Algorithms. Includes

  • HC: Hill Climbing with neutral mutations.
  • GGA: Generational Genetic Algorithm with tournament 4 as parent's selection mechanism.
  • SSGA: Steady State Genetic Algorithm with tournament 4 as parent's selection mechanism.
  • CHAVELA: Canonical Hibrid Adaptive EVolutionary ALgorithm.