Dimprove: Determination of directions for improvement

View source: R/Dimprove.R

DimproveR Documentation

Determination of directions for improvement

Description

determines directions for improvement

Usage

Dimprove(o_splx, f_splx)

Arguments

o_splx

: matrix of objectives of simplexes (nrow = npoints, ncol = nobj)

f_splx

: vector (npoints) of associated Pareto numbers (1 = dominated)

Value

list of elements "oriedge": oriented edges and "ledge": length

Author(s)

Fabrice Zaoui

Examples

# Definition of the parameters
o_splx <- matrix(rexp(6), 3, 2)
f_splx <- c(1,1,1)
# Call the function
res <- Dimprove(o_splx, f_splx)


caRamel documentation built on March 18, 2022, 7:23 p.m.