Changeset 9175 for branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3/Interfaces
- Timestamp:
- 01/21/13 16:33:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3/Interfaces/IConditionActionSolution.cs
r9154 r9175 31 31 event EventHandler ModelChanged; 32 32 event EventHandler ProblemDataChanged; 33 34 double TrainingAccuracy { get; } 35 double TestAccuracy { get; } 33 36 } 34 37 }
Note: See TracChangeset
for help on using the changeset viewer.