Skip to content

Implementations of search algorithms (heuristics based optimization) to toy problems

Notifications You must be signed in to change notification settings

sagarsimha/search-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search-algorithms

  1. Rock Paper Scissors in python.
  2. Traveling Salesman problem addressed using: a. Steepest Ascent Hill Climbing on the TSP. b. Steepest Ascent Hill Climbing with replacement on the TSP. c. Simulated Annealing on the TSP. d. Tabu Search on the TSP. e. Iterated Local Search (ILS) on the TSP.
  3. Genetic Algorithm.
  4. Particle Swarm Optimization.

About

Implementations of search algorithms (heuristics based optimization) to toy problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published