Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.02 KB

File metadata and controls

31 lines (25 loc) · 1.02 KB

Artificial intelligence using searches

classical searches

here in this project i implement all of this algorithm in both tree and graph form.there are some texts that they are some problems that i used this algorithms to solve.enjoy! the genetics.txt is for coloring Irans all states. alt text

the cities.txt is for applying classical searches on Romanias cities.

alt text

the secProblem.txt is for coloring graph blow

alt text

BFS

DFS

depth limited search

uniform cost

iterative deepening DFS

greedy best-first search

A*

Hill climbing

and after all there are lots of hill climbings here

Hill climbing

Stochastic hill climbing

first-choice hill climbing

random restart hill climbing

simulated annealing

Genetics