NBI_1C_1AIR {rMOST} | R Documentation |
NBI Main Function
Description
Main function for obtaining pareto-optimal solution via normal boundary intersection.
Usage
NBI_1C_1AIR(
X0,
Spac,
Fnum,
VLB = vector(),
VUB = vector(),
TolX = 1e-04,
TolF = 1e-04,
TolCon = 1e-07,
graph = TRUE
)
Arguments
X0 |
Initial input for predictor weight vector |
Spac |
Number of Pareto spaces (i.e., number of Pareto points minus one) |
Fnum |
Number of criterions |
VLB |
Lower boundary for weight vector estimation |
VUB |
Upper boundary for weight vector estimation |
TolX |
Tolerance index for estimating weight vector, default is 1e-4 |
TolF |
Tolerance index for estimating criterion, default is 1e-4 |
TolCon |
Tolerance index for constraint conditions, default is 1e-7 |
graph |
If TRUE, plots will be generated for Pareto-optimal curve and predictor Weights_1C_1AIR |
Value
Pareto-Optimal solutions
[Package rMOST version 1.0.1 Index]