Opened 7 years ago
Closed 7 years ago
#2826 closed defect (done)
MO-CMAES ignores maximum evaluated solutions limit
Reported by: | bwerth | Owned by: | pfleck |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Algorithms.MOCMAEvolutionStrategy | Version: | 3.3.14 |
Keywords: | Cc: |
Description
MO-CMAES ignores the "MaximumEvaluatedSolutions"-parameter and just continues to evaluate.
Change History (6)
comment:1 Changed 7 years ago by bwerth
- Component changed from Algorithms to Algorithms.MOCMAEvolutionStrategy
comment:2 Changed 7 years ago by bwerth
comment:3 Changed 7 years ago by bwerth
- Status changed from new to accepted
comment:4 Changed 7 years ago by bwerth
- Owner changed from bwerth to pfleck
- Status changed from accepted to reviewing
comment:5 Changed 7 years ago by pfleck
- Status changed from reviewing to readytorelease
reviewed r15335: ok
comment:6 Changed 7 years ago by pfleck
- Resolution set to done
- Status changed from readytorelease to closed
r15340 merged to stable
Note: See
TracTickets for help on using
tickets.
r15335 added check on MaximumEvaluatedSolutions-Parameter in main loop