Opened 13 years ago
Closed 12 years ago
#1727 closed defect (worksforme)
Meta-optimization does not work correctly for algorithms that do not produce an EvaluatedSolutions result
Reported by: | gkronber | Owned by: | jkarder |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Problems.MetaOptimization | Version: | branch |
Keywords: | Cc: |
Description
Change History (6)
comment:1 Changed 13 years ago by gkronber
- Owner changed from cneumuel to gkronber
- Status changed from new to accepted
comment:2 Changed 13 years ago by gkronber
comment:3 Changed 12 years ago by gkronber
- Status changed from accepted to assigned
comment:4 Changed 12 years ago by gkronber
- Owner changed from gkronber to jkarder
- Status changed from assigned to reviewing
Please review and close this ticket if you think this way of handling such cases is ok.
comment:5 Changed 12 years ago by jkarder
- set the number of evaluated solutions to zero if the result is missing in the run
- improved result lookup
comment:6 Changed 12 years ago by jkarder
- Resolution set to worksforme
- Status changed from reviewing to closed
With r8589 I changed the assigned value to zero so it does not affect the normalized quality values.
Note: See
TracTickets for help on using
tickets.
r7253: set the number of evaluated solutions to one if the result is missing in the run.