Skip to content

A python program that implements Artificial Intelligence algorithms such as Iterative Deepening and Hill Climbing Search to find the best solution for the Best Vertex Cover state space

Notifications You must be signed in to change notification settings

soumen02/Iterative-Deepening-and-Hill-Climbing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interative-Deepening-and-Hill-Climbing

A python program that implements Artificial Intelligence algorithms such as Iterative Deepening Search and Hill Climbing to find the best solution for the Best Vertex Cover state space

How to run the programs:

  • Make sure Python3 is installed
  • Open the source code and change the variable <input_name> to the path of the input file
  • Run the program on the terminal using "python3 <program_name>.py"

Please make sure there is no endline after the last line of the input file. This will give an error

About

A python program that implements Artificial Intelligence algorithms such as Iterative Deepening and Hill Climbing Search to find the best solution for the Best Vertex Cover state space

Topics

Resources

Stars

Watchers

Forks

Languages