View source: R/gradient_method.R
default_run_gradient_method | R Documentation |
Function that runs gradient method for one deme. Wrapper function for stats::optim.
default_run_gradient_method(deme, fitness, optim_args)
deme |
|
fitness |
|
optim_args |
|
list with named fields: solution, population, value. See
ga_metaepoch
for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.