Changeset 17289
- Timestamp:
- 10/02/19 14:07:04 (5 years ago)
- Location:
- branches/2994-AutoDiffForIntervals/HeuristicLab.Tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2994-AutoDiffForIntervals/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/IntervalInterpreterTest.cs
r16829 r17289 101 101 EvaluateTest("cos(x1+x2)", new Interval(-1, 1)); 102 102 EvaluateTest("cos(x1+x2)", new Interval(-1, 1), variableRanges); 103 EvaluateTest("cos(1+2)", new Interval(Math. Sin(3 + Math.PI / 2), Math.Sin(3 + Math.PI / 2)));103 EvaluateTest("cos(1+2)", new Interval(Math.Cos(3), Math.Cos(3))); 104 104 105 105 var localVarRanges = new Dictionary<string, Interval>(); -
branches/2994-AutoDiffForIntervals/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r17212 r17289 602 602 <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\DatasetTest.cs" /> 603 603 <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\AutoDiffIntervalTest.cs" /> 604 <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\IntervalCalculationComparison.cs" /> 604 605 <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\IntervalTest.cs" /> 605 606 <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\RegressionVariableImpactCalculationTest.cs" />
Note: See TracChangeset
for help on using the changeset viewer.