Changeset 10201 for branches/HeuristicLab.Analysis.AlgorithmBehavior
- Timestamp:
- 12/06/13 20:54:05 (11 years ago)
- Location:
- branches/HeuristicLab.Analysis.AlgorithmBehavior
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior
- Property svn:ignore
-
old new 1 1 HeuristicLab.Analysis.AlgorithmBehavior.v11.suo 2 2 TestResults 3 *.suo
-
- Property svn:ignore
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/AlgorithmBehaviorUnitTests/AlgorithmBehaviorUnitTests.csproj
r10198 r10201 104 104 <Compile Include="ConvexHullTest.cs" /> 105 105 <Compile Include="RealVectorSolutionCacheTest.cs" /> 106 <Compile Include="TestVolumeCalculation.cs" />107 106 </ItemGroup> 108 107 <ItemGroup> -
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/ConvexHullMeasures.cs
r10200 r10201 38 38 } 39 39 40 double det = alglib.rmatrixdet(diffs);40 double det = Math.Abs(alglib.rmatrixdet(diffs)); 41 41 double result = det / dim.Fact(); 42 42 -
branches/HeuristicLab.Analysis.AlgorithmBehavior/liblrs/ctest_liblrs
- Property svn:global-ignores
-
old new 1 1 Debug 2 x64
-
- Property svn:global-ignores
Note: See TracChangeset
for help on using the changeset viewer.