powered by
indicates which rows of the X criterion matrix are Pareto
pareto(X)
: matrix [NInd * NObj]
Ft : column matrix [NInd * 1]
# NOT RUN { # Definition of the parameters X <- matrix(rexp(200), 100, 2) # Call the function res <- dominate(X) # }
Run the code above in your browser using DataLab