Main function for obtaining pareto-optimal solution via normal boundary intersection.
NBI_2C(
X0,
Spac,
Fnum,
VLB = vector(),
VUB = vector(),
TolX = 1e-04,
TolF = 1e-04,
TolCon = 1e-07,
graph = TRUE
)Pareto-Optimal solutions
Initial input for predictor weight vector
Number of Pareto spaces (i.e., number of Pareto points minus one)
Number of criterions
Lower boundary for weight vector estimation
Upper boundary for weight vector estimation
Tolerance index for estimating weight vector, default is 1e-4
Tolerance index for estimating criterion, default is 1e-4
Tolerance index for constraint conditions, default is 1e-7
If TRUE, plots will be generated for Pareto-optimal curve and predictor weights