Opened 16 years ago
Closed 14 years ago
#614 closed enhancement (done)
Add a generic best solution storer
Reported by: | abeham | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: Logging | Version: | 3.2 |
Keywords: | Cc: |
Description
Should have the ability to keep the best out of the last x solutions or the best out of all solutions. The current BestSolutionStorer is too specific.
The new one would be named SimpleBestSolutionStorer
Change History (4)
comment:1 Changed 16 years ago by abeham
- Status changed from new to assigned
comment:2 Changed 16 years ago by abeham
- Owner abeham deleted
- Status changed from assigned to new
comment:3 Changed 15 years ago by swagner
- Owner set to swagner
comment:4 Changed 14 years ago by swagner
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Added a SimpleBestSolutionStorer in r1782
It's not so simple with the rolling horizon thing, but a bit more flexible.
I'm leaving this open for review