Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (50.2k points)
Can anyone tell me what is backtracking in Artificial Intelligence?

1 Answer

0 votes
by (108k points)

Backtracing in Artificial Intelligence is a technique that is used in an algorithmic way to solve problems in a recursive fashion. Here, a problem is solved by building a solution in increments and later removing the solutions that do not satisfy the constraints of the problem at hand. There are three main types of problems in backtracking. They are decision problems, optimization problems, and enumeration problems. In the case of decision problems, obtaining a feasible solution is the primary goal. In the car does the optimization problem, the best possible solution is hunted. And, in the enumeration problem, every single feasible solution to the problem is obtained. To understand if backtracking can be an effective solution, the constraints of the problem must be clear and well-defined. Only then the concepts of dynamic programming can be implemented in the form of algorithms to solve these problems effectively.

If you are looking for an online course to learn Artificial Intelligence, check out this AI Course by Intellipaat.

Browse Categories

...