Iterated Local Search Flashcards

1
Q

Is ILS a metaheuristic Alg?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is ILS used for?

A

Solving optimization problems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly