Changeset 13652 for trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/ExpressionEvaluator.cs
- Timestamp:
- 03/05/16 19:41:24 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/MctsSymbolicRegression/ExpressionEvaluator.cs
r13651 r13652 183 183 184 184 var f = 1.0 / (maxFx * consts[curParamIdx]); 185 // adjust c so that maxFx*c = 1 TODO: this is not ideal as enforce positive argumentto exp()185 // adjust c so that maxFx*c = 1 TODO: this is not ideal as it enforces positive arguments to exp() 186 186 consts[curParamIdx] *= f; 187 187
Note: See TracChangeset
for help on using the changeset viewer.