Changeset 14313
- Timestamp:
- 09/28/16 23:32:33 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GeneticProgramming.BloodGlucosePrediction/Solution.cs
r14311 r14313 41 41 private const string TestRootMeanSquaredErrorResultDescription = "Root mean of squared errors of the model on the test partition"; 42 42 43 [StorableConstructor] 43 44 public Solution(bool deserializing) 44 45 : base(deserializing) {
Note: See TracChangeset
for help on using the changeset viewer.