default_run_gradient_method {hmsr} | R Documentation |
Function that runs gradient method for one deme. Wrapper function for stats::optim.
Description
Function that runs gradient method for one deme. Wrapper function for stats::optim.
Usage
default_run_gradient_method(deme, fitness, optim_args)
Arguments
deme |
|
fitness |
|
optim_args |
|
Value
list with named fields: solution, population, value. See
ga_metaepoch
for more details.
[Package hmsr version 1.0.1 Index]