Changeset 16476 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers
- Timestamp:
- 01/02/19 09:22:21 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDepthConstrainedCrossover.cs
r16462 r16476 39 39 public sealed class SymbolicDataAnalysisExpressionDepthConstrainedCrossover<T> : 40 40 SymbolicDataAnalysisExpressionCrossover<T> where T : class, IDataAnalysisProblemData { 41 [StorableType("24941bf7-da85-44e9-9e01-44c285ac41c3")] 41 42 private enum Ranges { HighLevel, Standard, LowLevel }; 42 43 private const string DepthRangeParameterName = "DepthRange";
Note: See TracChangeset
for help on using the changeset viewer.