heal-research / HeuristicLab

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

Meta-optimization does not work correctly for algorithms that do not produce an EvaluatedSolutions result #1727

Closed HeuristicLab-Trac-Bot closed 12 years ago

HeuristicLab-Trac-Bot commented 12 years ago

Issue migrated from trac ticket # 1727

milestone: HeuristicLab 3.3.x Backlog | component: Problems.MetaOptimization | priority: medium | resolution: worksforme

2012-01-02 10:49:36: @gkronber created the issue

HeuristicLab-Trac-Bot commented 12 years ago

2012-01-02 10:56:43: @gkronber changed status from new to accepted

HeuristicLab-Trac-Bot commented 12 years ago

2012-01-02 10:56:43: @gkronber changed owner from @discostu105 to @gkronber

HeuristicLab-Trac-Bot commented 12 years ago

2012-01-02 10:57:43: @gkronber commented


r7253: set the number of evaluated solutions to one if the result is missing in the run.

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-06 08:04:48: @gkronber changed status from accepted to assigned

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-06 08:05:36: @gkronber commented


Please review and close this ticket if you think this way of handling such cases is ok.

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-06 08:05:36: @gkronber changed owner from @gkronber to @jkarder

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-06 08:05:36: @gkronber changed status from assigned to reviewing

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-06 14:13:52: @jkarder commented


r8589:

  • set the number of evaluated solutions to zero if the result is missing in the run
  • improved result lookup
HeuristicLab-Trac-Bot commented 12 years ago

2012-09-06 14:15:21: @jkarder commented


With r8589 I changed the assigned value to zero so it does not affect the normalized quality values.

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-06 14:15:21: @jkarder removed resolution

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-06 14:15:21: @jkarder changed status from reviewing to closed