Learn R Programming

caRamel (version 1.4)

Dimprove: Determination of directions for improvement

Description

determines directions for improvement

Usage

Dimprove(o_splx, f_splx)

Value

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

Arguments

o_splx

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

f_splx

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

Author

Fabrice Zaoui

Examples

Run this code
# 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)

Run the code above in your browser using DataLab