heal-research / HeuristicLab

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

Parameter Change for SymbolicExpressionTreeLengthAnalyzer #3139

Closed HeuristicLab-Trac-Bot closed 2 years ago

HeuristicLab-Trac-Bot commented 3 years ago

Issue migrated from trac ticket # 3139

milestone: HeuristicLab 3.3.17 | component: Encodings.SymbolicExpressionTreeEncoding | priority: medium

2021-11-12 15:04:28: dpiringe created the issue


changing all ILookupParameter to IValueLookupParameter

HeuristicLab-Trac-Bot commented 3 years ago

2021-11-12 15:06:18: dpiringe changed status from new to accepted

HeuristicLab-Trac-Bot commented 3 years ago

2021-11-12 15:06:18: dpiringe commented


r18079

  • created branch
HeuristicLab-Trac-Bot commented 3 years ago

2021-11-12 16:48:38: dpiringe commented


r18080

  • changed the type of MaximumSymbolicExpressionTreeLengthParameter from ILookupParameter to IValueLookupParameter
  • added logic in AfterDeserialization to handle serialized data with old parameter type
HeuristicLab-Trac-Bot commented 3 years ago

2021-11-26 13:57:30: dpiringe changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 3 years ago

2021-11-26 13:57:30: dpiringe changed owner from dpiringe to @mkommend

HeuristicLab-Trac-Bot commented 2 years ago

2021-12-02 17:05:10: dpiringe commented


r18102

  • split if statement for tree length parameter to allow the possiblity to add the parameter (without removal)
  • change the if statement structure of UpdateCounterParameter to be consistent
HeuristicLab-Trac-Bot commented 2 years ago

2021-12-03 15:56:56: dpiringe changed status from reviewing to readytorelease

HeuristicLab-Trac-Bot commented 2 years ago

2021-12-03 15:56:56: dpiringe changed owner from @mkommend to dpiringe

HeuristicLab-Trac-Bot commented 2 years ago

2021-12-03 16:02:29: dpiringe commented


r18105

  • merged branch back into trunk
HeuristicLab-Trac-Bot commented 2 years ago

2021-12-15 10:00:23: @mkommend commented


r18122 (not migrated): Deleted branch for parameter changes of SymbolicExpressionTreeLengthAnalyzer.

gkronber commented 2 years ago

Reviewed r18105.