opt {MethodOpt} | R Documentation |
Optimization algorithm
Description
Calculate the optimal parameter values for given objectives.
Usage
opt(objectives, bbd, results, lim_fac, valid_range_data)
Arguments
objectives |
objectives input by user. |
bbd |
Box-Behnken design. |
results |
objective results. |
lim_fac |
limiting factors. |
valid_range_data |
ranges of validity corresponding to the limiting factors. |
Value
a list containing the parameters which cannot be set to the unbounded solution, the maximum value of the objectives, and the unbounded parameter solutions
[Package MethodOpt version 1.0.0 Index]