View source: R/optimize_func.r
opt | R Documentation |
Calculate the optimal parameter values for given objectives.
opt(objectives, bbd, results, lim_fac, valid_range_data)
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. |
a list containing the parameters which cannot be set to the unbounded solution, the maximum value of the objectives, and the unbounded parameter solutions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.