Dimprove | R Documentation |
determines directions for improvement
Dimprove(o_splx, f_splx)
o_splx |
: matrix of objectives of simplexes (nrow = npoints, ncol = nobj) |
f_splx |
: vector (npoints) of associated Pareto numbers (1 = dominated) |
list of elements "oriedge": oriented edges and "ledge": length
Fabrice Zaoui
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.