Changeset 15175 for branches/MOCMAEvolutionStrategy/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/IIndicator.cs
- Timestamp:
- 07/10/17 14:32:37 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MOCMAEvolutionStrategy/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/IIndicator.cs
r15045 r15175 32 32 /// <typeparam name="TR"></typeparam> 33 33 /// <param name="front">a front which will be evaluated</param> 34 /// <param name="problem">The problem on which the front is evaluated (!! The function itself will NOT be evluated only bounds referencePoints & other metadat ewill be used</param>34 /// <param name="problem">The problem on which the front is evaluated (!! The function itself will NOT be evluated only bounds referencePoints & other metadata will be used</param> 35 35 /// <returns>the index of the least contributing point according to any type of quality criteria</returns> 36 36 int LeastContributer(IReadOnlyList<Individual> front, MultiObjectiveBasicProblem<RealVectorEncoding> problem);
Note: See TracChangeset
for help on using the changeset viewer.