Local search plugin. This is the basis for all evolutionary algorithms,
these are Tabu-search, Simulated annealing, genetic algorithms and
any colony optimisation.
Used by itself it performs simple mutations until its done 5 without a
cost improvement and then picks the best so far.