Changeset 5505 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective
- Timestamp:
- 02/17/11 12:04:02 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective
- Files:
-
- 2 added
- 1 deleted
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective/SymbolicRegressionMultiObjectiveEvaluator.cs
r5501 r5505 35 35 } 36 36 37 protected SymbolicRegressionMultiObjectiveEvaluator() 38 : base() { 39 40 } 37 protected SymbolicRegressionMultiObjectiveEvaluator() : base() { } 41 38 } 42 39 }
Note: See TracChangeset
for help on using the changeset viewer.