Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dom_op

Pareto dominance checks.


Description

is_dominated returns which points from a set are dominated by another point in the set. %dominates% returns true if x Pareto dominates y and is_maximally_dominated returns TRUE for those points which do not dominate any other points.

Usage

is_dominated(points)

  is_maximally_dominated(points)

Arguments

points

Matrix containing points one per column.

Value

For is_dominated and is_maximally_dominated a boolean vector and for %dominates% a single boolean.

Author(s)


emoa

Evolutionary Multiobjective Optimization Algorithms

v0.5-0.1
GPL-2
Authors
Olaf Mersmann <olafm@statistik.tu-dortmund.de>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.