Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionSolution.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionSolution.cs
r13368 r14711 29 29 /// Represents a regression data analysis solution 30 30 /// </summary> 31 [Storable Class("24750E76-6B72-4389-8847-AD234FFFDF22")]31 [StorableType("24750E76-6B72-4389-8847-AD234FFFDF22")] 32 32 public class RegressionSolution : RegressionSolutionBase { 33 33 protected readonly Dictionary<int, double> evaluationCache;
Note: See TracChangeset
for help on using the changeset viewer.