| sboa_optimize | R Documentation |
Internal implementation of the Secretary Bird Optimization Algorithm for continuous optimization.
sboa_optimize(fn, lower, upper, optimizer, verbose = TRUE, ...)
fn |
Objective function. |
lower |
Numeric vector of lower bounds. |
upper |
Numeric vector of upper bounds. |
optimizer |
An SBOA optimizer object. |
verbose |
Logical. If |
... |
Additional arguments passed to |
An object of class "met_optimize_result".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.