| Procedure: | | improvement = yes | | while (improvement = yes) do | | improvement = no | | | | while do ( is the number of jobs) | | select randomly one job without repletion from the current solution | | = swap job i and job p on their positions. | | if Z() < Z(x) do | | | | | | improvement = yes | | end if | | | | end while | | end while |
|