Skip to content

Map coloring problem has been solved through the basic Artificial Intelligence algorithms.

Notifications You must be signed in to change notification settings

hemayet-nirjhoy/Artificial-Intelligence

Repository files navigation

Map-coloring by Artificial Intelligence

Map coloring problem is a NP hard problem. This problem is solved by local search algorithm. This algorithms are part of Artificial Intelligennce.

Hillclimbing-in-java

The following map is using for this problem Sample Map

Solutions of the Algorithms

Hill Climbing

Hill-Climbing

Simulate Annealing

Simulated Annealing

Passing through the so many steps this algorithm have found this solution for the given map. Simulated Annealing

Genetic Algorithm

Genetic Genetic

Passing through the so many steps this algorithm have found this solution for the given map.

Genetic

Thank You

About

Map coloring problem has been solved through the basic Artificial Intelligence algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages