Dimprove {caRamel} | R 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)
[Package caRamel version 1.4 Index]