Changeset 8085 for branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/MultiObjective
- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/MultiObjective/SymbolicClassificationMultiObjectiveProblem.cs
r7259 r8085 107 107 } 108 108 } 109 110 public override void ImportProblemDataFromFile(string fileName) {111 ClassificationProblemData problemData = ClassificationProblemData.ImportFromFile(fileName);112 ProblemData = problemData;113 }114 109 } 115 110 }
Note: See TracChangeset
for help on using the changeset viewer.