hdbeukel / james-core

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

Basic parallel search: immediately add listener #34

Closed hdbeukel closed 7 years ago

hdbeukel commented 7 years ago

Immediately add subsearch listener when adding a search to a BasicParallelSearch. This ensures that the initial solution generated for each included local search when calling init() will be propagated to the main search as a possible new best solution.