Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 240 Bytes

Readme.md

File metadata and controls

10 lines (9 loc) · 240 Bytes

Metaheuristic algorithms for specific problems

  • Hill Climbing(HC) - Max 0-1
  • SA - Max 0-1
  • Tabu Search(TS) - Max 0-1
  • Genetic Algorithm(GA)
    • MAx 0-1
    • TSP
    • Clustering
  • Particle Swarm Optimization(PSO) - Ackley function