Changeset 5770 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces
- Timestamp:
- 03/21/11 00:19:08 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisBoundedOperator.cs
r5720 r5770 20 20 #endregion 21 21 22 23 22 using HeuristicLab.Core; 24 using HeuristicLab.Data;25 23 namespace HeuristicLab.Problems.DataAnalysis.Symbolic { 26 24 public interface ISymbolicDataAnalysisBoundedOperator : IOperator { 27 IValueLookupParameter<DoubleValue> UpperEstimationLimitParameter { get; } 28 IValueLookupParameter<DoubleValue> LowerEstimationLimitParameter { get; } 25 IValueLookupParameter<DoubleLimit> EstimationLimitsParameter { get; } 29 26 } 30 27 }
Note: See TracChangeset
for help on using the changeset viewer.