Changeset 10224 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views
- Timestamp:
- 12/12/13 01:06:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/PermutationConvexHullView.cs
r10109 r10224 56 56 double[][] popPoints = DistanceMatrixToPoints.ConvertDistanceMatrixToPoints(DistanceMatrixToPoints.TransformToDistances(dm)); 57 57 58 var convexHull = HyperHull.Calculate UsingSMO(popPoints);58 var convexHull = HyperHull.Calculate(popPoints); 59 59 resultsTextBox.Text += "Nr. of Points in Generation " + i + ": " + convexHull.Count + Environment.NewLine; 60 60 resultsTextBox.Text += "Volume of Convex Hull in Generation " + i + " is: " +
Note: See TracChangeset
for help on using the changeset viewer.