hdbeukel / james-core

Core module of the JAMES framework
Apache License 2.0
6 stars 5 forks source link

References on delta evaluation #48

Closed huanfachen closed 6 years ago

huanfachen commented 6 years ago

Hi all. I am looking for the definition and references of delta evaluation technique in tabu search. Is there any good papers or resources that you recommend? Thanks!

hdbeukel commented 6 years ago

Do you mean e.g. feature-based tabu memories where moves are rejected if they affect recently modified features? If you really mean delta evaluation (i.e. the objective function) I don't see how this is related to a specific search algorithm such as tabu search.