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

ValueLookupParameter override GetActualValue #3143

Open HeuristicLab-Trac-Bot opened 2 years ago

HeuristicLab-Trac-Bot commented 2 years ago

Issue migrated from trac ticket # 3143

milestone: HeuristicLab 3.3.17 | component: Parameters | priority: medium

2021-12-16 09:34:57: dpiringe created the issue


if the ValueLookupParameter has no ExecutionContext it should return its configured value

HeuristicLab-Trac-Bot commented 2 years ago

2021-12-16 09:47:06: dpiringe changed status from new to accepted

HeuristicLab-Trac-Bot commented 2 years ago

2021-12-16 09:48:35: dpiringe commented


r18138

  • overwrote the method GetActualValue in ValueLookupParameter, it will return its configured value if the ExecutionContext is null
HeuristicLab-Trac-Bot commented 2 years ago

2021-12-16 09:49:29: dpiringe changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 2 years ago

2021-12-16 09:49:29: dpiringe changed owner from dpiringe to @s-wagner