heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
34 stars 16 forks source link

Allow all multiobjective BasicProblems for MO-CMAES #2943

Open HeuristicLab-Trac-Bot opened 6 years ago

HeuristicLab-Trac-Bot commented 6 years ago

Issue migrated from trac ticket # 2943

milestone: HeuristicLab 3.3.17 | component: Algorithms.MOCMAEvolutionStrategy | priority: medium | keywords: MOCMAES, MO-TestFunctions, BasicProblem

2018-08-29 09:48:03: @BernhardWerth created the issue


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.

HeuristicLab-Trac-Bot commented 6 years ago

2018-08-29 09:48:23: @BernhardWerth changed status from new to accepted

HeuristicLab-Trac-Bot commented 6 years ago

2018-08-31 08:36:20: @BernhardWerth commented


r16121 Created initial branch

HeuristicLab-Trac-Bot commented 6 years ago

2018-09-04 12:47:36: @BernhardWerth commented


r16123 populated branch with MO-CMAES, MO-Testfunctions, Optimization and Analysis projects

HeuristicLab-Trac-Bot commented 5 years ago

2018-09-21 09:19:26: @BernhardWerth commented


r16171 worked on MOBasicProblem - added Interfaces;reworked MOCalculators; several minor changes

HeuristicLab-Trac-Bot commented 5 years ago

2018-11-20 14:58:07: @BernhardWerth commented


r16310 worked on MOBasicProblem and MOAnalyzers

  • added Analyzers to HeuristicLab.Analysis/Multiobjective
  • altered ScatterPlotAnalyzer to work with other problem types (if explicitly added)
HeuristicLab-Trac-Bot commented 5 years ago

2019-07-10 15:41:06: @gkronber commented


I assume we won't integrate the changes for release 3.3.16?

HeuristicLab-Trac-Bot commented 5 years ago

2019-07-17 22:28:50: @abeham changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 5 years ago

2019-07-17 22:28:50: @abeham changed owner from @BernhardWerth to @abeham

HeuristicLab-Trac-Bot commented 5 years ago

2019-07-17 22:28:50: @abeham changed milestone from HeuristicLab 3.3.16 to HeuristicLab 3.3.17

HeuristicLab-Trac-Bot commented 5 years ago

2019-08-29 13:35:46: @abeham changed owner from @abeham to @mkommend

HeuristicLab-Trac-Bot commented 5 years ago

2019-08-29 13:35:46: @abeham commented


We will integrate this ticket into the branch corresponding to #2521 and release it as part of that larger refactoring.

HeuristicLab-Trac-Bot commented 4 years ago

2019-11-19 15:27:29: @mkommend changed status from reviewing to assigned

HeuristicLab-Trac-Bot commented 4 years ago

2019-11-19 15:27:29: @mkommend changed owner from @mkommend to @BernhardWerth

HeuristicLab-Trac-Bot commented 4 years ago

2019-11-19 15:27:29: @mkommend commented


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.