Opened 6 years ago
Last modified 5 years ago
#2943 assigned enhancement
Allow all multiobjective BasicProblems for MO-CMAES
Reported by: | bwerth | Owned by: | bwerth |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Algorithms.MOCMAEvolutionStrategy | Version: | branch |
Keywords: | MOCMAES, MO-TestFunctions, BasicProblem | Cc: |
Description
The MO-CMA-ES should not be restricted to only test functions, but also external and programmable problems should be available. This requires some modification to the structure of BasicBroblems (e.g. the introduction of interfaces). Additionally the possibility to set best-known Pareto-fronts and reference points should be available to all MultiObjectiveBasicProblems.
Change History (9)
comment:1 Changed 6 years ago by bwerth
- Status changed from new to accepted
comment:2 Changed 6 years ago by bwerth
comment:3 Changed 6 years ago by bwerth
r16123 populated branch with MO-CMAES, MO-Testfunctions, Optimization and Analysis projects
comment:4 Changed 6 years ago by bwerth
r16171 worked on MOBasicProblem - added Interfaces;reworked MOCalculators; several minor changes
comment:5 Changed 6 years ago by bwerth
r16310 worked on MOBasicProblem and MOAnalyzers
- added Analyzers to HeuristicLab.Analysis/Multiobjective
- altered ScatterPlotAnalyzer to work with other problem types (if explicitly added)
comment:6 Changed 5 years ago by gkronber
- Version set to branch
I assume we won't integrate the changes for release 3.3.16?
comment:7 Changed 5 years ago by abeham
- Milestone changed from HeuristicLab 3.3.16 to HeuristicLab 3.3.17
- Owner changed from bwerth to abeham
- Status changed from accepted to reviewing
comment:8 Changed 5 years ago by abeham
- Owner changed from abeham to mkommend
We will integrate this ticket into the branch corresponding to #2521 and release it as part of that larger refactoring.
comment:9 Changed 5 years ago by mkommend
- Owner changed from mkommend to bwerth
- Status changed from reviewing to assigned
AFAIK all changes in this ticket have already been integrated in #2521.
If this is the case this branch can be deleted and this ticket can be closed.
@bwerth: Please check if the changes have been moved to the designated branch.
r16121 Created initial branch