Free cookie consent management tool by TermsFeed Policy Generator

Opened 10 years ago

Closed 10 years ago

#2189 closed enhancement (done)

Tabu Search should hide moves for which there are no tabu operators

Reported by: abeham Owned by: abeham
Priority: high Milestone: HeuristicLab 3.3.10
Component: Algorithms.TabuSearch Version: 3.3.9
Keywords: Cc:

Description


Change History (10)

comment:1 Changed 10 years ago by abeham

  • Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.10

comment:2 Changed 10 years ago by abeham

  • Status changed from new to accepted

r11088: make sure to skip move generators that do not have associated tabu operators

comment:3 Changed 10 years ago by abeham

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

comment:4 Changed 10 years ago by gkronber

  • Owner changed from mkommend to abeham

r11096: reviewed r11088 and tried to add comments to explain the code. Please check if the comments are correct and release the change.

comment:5 Changed 10 years ago by abeham

  • Status changed from reviewing to assigned

Yes you understood it very well. Regarding the assumptions - there is already documentation in our wiki (Move Operators? - it's probably easier to find on the new page), as well as in the API documentation of IMoveOperator itself. But as your points are very clear I would move them to these existing places and just reference that in the TS.

comment:6 Changed 10 years ago by gkronber

Ok.

comment:7 Changed 10 years ago by abeham

r11108: updated API documentation and comments

comment:8 Changed 10 years ago by abeham

  • Status changed from assigned to reviewing

comment:9 Changed 10 years ago by abeham

  • Status changed from reviewing to readytorelease

comment:10 Changed 10 years ago by abeham

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

r11110: merged to stable

Note: See TracTickets for help on using tickets.