- Timestamp:
- 08/31/10 18:25:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis/3.3/Operators/CovariantParsimonyPressure.cs
r4329 r4350 170 170 } 171 171 if (lengthMeanCalculator.Mean + sizeAdaption < MinAverageSizeParameter.ActualValue.Value) 172 sizeAdaption = 0.0;172 sizeAdaption = MinAverageSizeParameter.ActualValue.Value - lengthMeanCalculator.Mean; 173 173 174 174 // cov(l, f) - (g(t+1) - mu(t)) avgF
Note: See TracChangeset
for help on using the changeset viewer.