Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisEvaluator.cs
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisEvaluator.cs
r14927 r14929 23 23 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; 24 24 using HeuristicLab.Optimization; 25 using HeuristicLab.Persistence; 26 25 27 namespace HeuristicLab.Problems.DataAnalysis.Symbolic { 28 [StorableType("2a821c0c-a5b6-497c-bcd1-75426320e5c7")] 26 29 public interface ISymbolicDataAnalysisEvaluator<T> : IEvaluator 27 30 where T : class, IDataAnalysisProblemData {
Note: See TracChangeset
for help on using the changeset viewer.