Opened 4 years ago
#3092 new defect
Local search methods throw exceptions with BasicProblems
Reported by: | gkronber | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Optimization.Operators | Version: | |
Keywords: | Cc: |
Description
Reproduce:
- Create New Local Search
- Create New One Max Problem (is a BasicProblem)
- Start
- Exception in BestSelector because it expects MoveQuality but only finds Quality
This also affects VNS.
Note: See
TracTickets for help on using
tickets.