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

`IFixedValueParameter` is problematic for `MetaOptimization` #1568

Closed HeuristicLab-Trac-Bot closed 12 years ago

HeuristicLab-Trac-Bot commented 13 years ago

Issue migrated from trac ticket # 1568

component: Problems.MetaOptimization | priority: medium | resolution: done

2011-06-27 17:49:37: @discostu105 created the issue


When an algorithm is parameterized in meta-optimization, only IItems of IValueParameters are known. If such a parameter happens to be a IFixedValueParameter setting the value becomes impossible.

A solution would be to (ab-)use IStringConvertibleValue.SetValue, another one would be to introduce a interface for ValueTypeValue<T> which allows to set objects as values.

HeuristicLab-Trac-Bot commented 13 years ago

2011-06-28 15:15:29: @mkommend changed status from new to assigned

HeuristicLab-Trac-Bot commented 13 years ago

2011-06-28 15:15:29: @mkommend changed owner from mkommend to cneumuel

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-05 11:13:30: @jkarder changed owner from cneumuel to jkarder

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-05 11:13:40: @jkarder changed status from assigned to accepted

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-05 11:30:02: @jkarder

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-05 11:30:02: @jkarder commented


Support for parameters of type IFixedValueParameter was added in #1853 r8574. ([diff:branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding/3.3/ParameterConfigurations/ParameterConfiguration.cs@8573:8574 1 diff])

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-05 11:30:30: @jkarder changed owner from jkarder to ascheibe

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-05 11:30:30: @jkarder changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-20 23:46:59: @Shabbafru commented


Thanks, looks good!

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-20 23:46:59: @Shabbafru changed owner from ascheibe to jkarder

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-20 23:46:59: @Shabbafru changed status from reviewing to readytorelease

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-20 23:47:20: @Shabbafru removed milestone (was HeuristicLab 3.3.x Backlog)

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-20 23:47:20: @Shabbafru removed resolution

HeuristicLab-Trac-Bot commented 12 years ago

2012-09-20 23:47:20: @Shabbafru changed status from readytorelease to closed