Tonykero Moe Versions Save

[OLD] Moe is a C++14 header-only dependency-free library providing generic implementations of some metaheuristic algorithms

v0.6.1

7 years ago
  • Algorithms:
    • Genetic Algorithm
      • Crossovers:
        • One Point
        • Two Point
        • Uniform
      • Mutations:
        • Substitution
        • Insertion
        • Deletion
        • Translocation
    • Differential Evolution
    • Particle Swarm Optimization