dominance

object dominance
class Object
trait Matchable
class Any

Type members

Classlikes

trait Dominance

Dominance type between 2 solution

Dominance type between 2 solution

Value members

Concrete methods

def nonStrictEpsilonDominance(epsilons: Seq[Double]): Dominance

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.

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.

def strictEpsilonDominance(epsilons: Seq[Double]): Dominance

Concrete fields

A point dominates another if the other is not better on any objective

A point dominates another if the other is not better on any objective

A point dominates another if all its objective are better

A point dominates another if all its objective are better