Iterated Local Search Flashcards
1
Q
Is ILS a metaheuristic Alg?
A
Yes
2
Q
What is ILS used for?
A
Solving optimization problems
3
Q
Summary of ILS
A
Generate initial solution using heuristic/random method
Apply local search to improve solution
Obtain local optimum
perturb local optimum to obtain new solution (change current solution)
apply local search
If new is better than current, update current solution