Free cookie consent management tool by TermsFeed Policy Generator

Opened 9 years ago

Closed 9 years ago

#2250 closed defect (done)

Scatter search doesn't run without path relinkers

Reported by: abeham Owned by: jkarder
Priority: medium Milestone: HeuristicLab 3.3.11
Component: Algorithms.ScatterSearch Version: 3.3.10
Keywords: Cc:

Description

It should however be possible, but the ExecutePathRelinkingParameter wrongly casts the parameter to an IValueLookupParameter instead of an IValueParameter.

Change History (7)

comment:1 Changed 9 years ago by abeham

  • Owner set to abeham
  • Status changed from new to accepted

comment:2 Changed 9 years ago by abeham

  • Owner changed from abeham to jkarder
  • Status changed from accepted to assigned

r11404: fixed the obvious bug

It still doesn't work fully. Once the problem has been loaded that doesn't contain a path relinker, checking or unchecking the parameter doesn't enable the start button. The parameter has to be unchecked before the problem has been loaded.

Also I think the parameter should be switched to false when a new problem is loaded that doesn't have any path relinkers and should be switched to true if it does.

comment:3 Changed 9 years ago by jkarder

  • Status changed from assigned to accepted

comment:4 Changed 9 years ago by jkarder

r11839: check if path relinkers are available and update ExecutePathRelinking accordingly

comment:5 Changed 9 years ago by jkarder

  • Owner changed from jkarder to abeham
  • Status changed from accepted to reviewing

comment:6 Changed 9 years ago by abeham

  • Owner changed from abeham to jkarder
  • Status changed from reviewing to readytorelease

Reviewed the changes, thank you!

comment:7 Changed 9 years ago by jkarder

  • Resolution set to done
  • Status changed from readytorelease to closed

r11898: merged r11404 and r11839 into stable

Note: See TracTickets for help on using tickets.