powered by
determines directions for improvement
Dimprove(o_splx, f_splx)
list of elements "oriedge": oriented edges and "ledge": length
: matrix of objectives of simplexes (nrow = npoints, ncol = nobj)
: vector (npoints) of associated Pareto numbers (1 = dominated)
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)
Run the code above in your browser using DataLab