fr.iscpif.mgo

dominance

package dominance

Visibility
  1. Public
  2. All

Type Members

  1. trait Dominance extends AnyRef

    Layer of the cake for the dominance type between 2 solution

  2. trait EpsilonDominance extends Dominance

  3. trait NonStrictDominance extends Dominance

    A point dominates another if it is not better on any objective

  4. trait NonStrictEpsilonDominance extends EpsilonDominance

    A point is dominated if all its objectif are above another point in a range of epsilon A.G.

    A point is dominated if all its objectif are above another point in a range of epsilon A.G. Hernández-Díaz, L.V. Santana-Quintero, C.A.C. Coello, and J.M. Luque, "Pareto-adaptive epsilon-dominance", presented at Evolutionary Computation, 2007, pp.493-517.

  5. trait StrictDominance extends Dominance

    A point dominates another if all its objective are better

  6. trait StrictEpsilonDominance extends EpsilonDominance

Ungrouped