4 views

1 Answers

In computational complexity theory, Polynomial Local Search is a complexity class that models the difficulty of finding a locally optimal solution to an optimization problem. The main characteristics of problems that lie in PLS are that the cost of a solution can be calculated in polynomial time and the neighborhood of a solution can be searched in polynomial time. Therefore it is possible to verify whether or not a solution is a local optimum in polynomial time.Furthermore, depending on the problem and the algorithm that is used for solving the problem, it might be faster to find a local optimum instead of a global optimum.

4 views

Related Questions

What is NE (complexity)?
1 Answers 4 Views
What is Complexity index?
1 Answers 9 Views
What is FL (complexity)?
1 Answers 4 Views