#2444 closed defect (done)
Robust Taboo Search doesn't output evaluated moves
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.13 |
Component: | Problems.QuadraticAssignment | Version: | 3.3.12 |
Keywords: | Cc: |
Description
Change History (8)
comment:1 Changed 9 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 9 years ago by abeham
- Owner changed from abeham to ascheibe
- Status changed from accepted to reviewing
comment:3 Changed 9 years ago by abeham
- Owner changed from ascheibe to abeham
- Status changed from reviewing to assigned
comment:4 Changed 9 years ago by abeham
- Owner changed from abeham to ascheibe
- Status changed from assigned to reviewing
r12835: changed counting to solution evaluation equivalents in order to avoid running into int.MaxValue for long runs
comment:5 Changed 9 years ago by ascheibe
- Owner changed from ascheibe to abeham
- Status changed from reviewing to readytorelease
comment:6 Changed 9 years ago by abeham
r12855: fixed oversight as mentioned in review
Thanks, the evaluations were initialized from the wrong parameter. Internally I count a DoubleValue (EvaluatedSolutionEquivalents) which is then ceiled to Integer for the Results output.
comment:7 Changed 9 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
comment:8 Changed 9 years ago by mkommend
Note: See
TracTickets for help on using
tickets.
r12810: Added evaluation output to RTS