hdbeukel / james-core

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

Parallel variable neighbourhood search #4

Open hdbeukel opened 9 years ago

hdbeukel commented 9 years ago

Parallel VNS: shake current solution n times (independently) and apply local search on each obtained solution, in parallel. The best solution across all local searches is then compared to the global best solution of the VNS to decide about acceptance.