| gradient_optimize | R Documentation |
Internal implementation of gradient-based optimization for differentiable continuous objective functions.
gradient_optimize(
fn,
gr,
lower,
upper,
initial = NULL,
optimizer,
verbose = TRUE,
...
)
fn |
Objective function. |
gr |
Gradient function. |
lower |
Numeric vector of lower bounds. |
upper |
Numeric vector of upper bounds. |
initial |
Optional numeric vector of initial values. |
optimizer |
A gradient-based 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.