- Timestamp:
- 01/18/19 14:39:01 (6 years ago)
- Location:
- branches/2943_MOBasicProblem_MOCMAES/HeuristicLab.Optimization/3.3/MultiObjective
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2943_MOBasicProblem_MOCMAES/HeuristicLab.Optimization/3.3/MultiObjective/DominationCalculator.cs
r16171 r16538 46 46 public static List<Tuple<T, double[]>> CalculateBestParetoFront<T>(T[] solutions, double[][] qualities, bool[] maximization, bool dominateOnEqualQualities = true) { 47 47 var populationSize = solutions.Length; 48 49 48 Dictionary<T, List<int>> dominatedIndividuals; 50 49 int[] dominationCounter, rank; -
branches/2943_MOBasicProblem_MOCMAES/HeuristicLab.Optimization/3.3/MultiObjective/HypervolumeCalculator.cs
r16310 r16538 38 38 39 39 /// <summary> 40 /// The Hyp revolume-metric is defined as the HypervolumeCalculator enclosed between a given reference point,40 /// The Hypervolume-metric is defined as the HypervolumeCalculator enclosed between a given reference point, 41 41 /// that is fixed for every evaluation function and the evaluated qualities. 42 42 ///
Note: See TracChangeset
for help on using the changeset viewer.