Skip to content

Tabu Search Metaheuristic for the Graph Coloring Problem

Notifications You must be signed in to change notification settings

Nick7o/TabuSearch-GraphColoring

Repository files navigation

Tabu Search Metaheuristic for the Graph Coloring Problem

Tabu Search is a local search procedure with a concept of a tabu list to broaden exploration of the search space by blocking previous moves. Worsening moves are also accepted if there is no better solution which helps with situations where algorithm gets stuck at a local minimum.
Thanks to these properties of the algorithm, it is a good fit for solving NP problems such as graph coloring.

More information

About

Tabu Search Metaheuristic for the Graph Coloring Problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages