- Timestamp:
- 02/15/11 14:30:55 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:mergeinfo changed
/branches/GP.Symbols (TimeLag, Diff, Integral) (added) merged: 5060
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
/branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Problems.DataAnalysis (added) merged: 5060
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Symbols/VariableCondition.cs
r5060 r5467 168 168 : base(name, description) { 169 169 thresholdInitializerMu = 0.0; 170 thresholdInitializerSigma = 1.0;170 thresholdInitializerSigma = 0.1; 171 171 thresholdManipulatorMu = 0.0; 172 thresholdManipulatorSigma = 1.0;172 thresholdManipulatorSigma = 0.1; 173 173 174 174 variableNames = new List<string>(); 175 175 176 176 slopeInitializerMu = 1.0; 177 slopeInitializerSigma = 0. 5;177 slopeInitializerSigma = 0.05; 178 178 slopeManipulatorMu = 0.0; 179 slopeManipulatorSigma = 0. 5;179 slopeManipulatorSigma = 0.05; 180 180 } 181 181 -
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Symbols/VariableTreeNode.cs
r5445 r5467 55 55 56 56 public override bool HasLocalParameters { 57 get { 58 return true; 59 } 57 get { return true; } 60 58 } 61 59
Note: See TracChangeset
for help on using the changeset viewer.