Changeset 5823 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectivePearsonRSquaredEvaluator.cs
- Timestamp:
- 03/24/11 13:24:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectivePearsonRSquaredEvaluator.cs
r5809 r5823 59 59 } 60 60 catch (ArgumentException) { 61 // if R² cannot be calculated because of NaN or ininity elements => return worst possible fitness valu se61 // if R² cannot be calculated because of NaN or ininity elements => return worst possible fitness value 62 62 return 0.0; 63 63 }
Note: See TracChangeset
for help on using the changeset viewer.