cocoOptim {cocons} | R Documentation |
Optimizer for object class coco
Description
Optimizer based on Optimparallel L-BFGS-B optimizier for coco class.
Usage
cocoOptim(coco.object, boundaries = list(),
ncores = parallel::detectCores(), optim.control, optim.type,...)
Arguments
coco.object |
a coco object. See ?coco() |
boundaries |
if provided, a list with lower, init, and upper values. if not is computed based on generic fast_init_boundaries() |
ncores |
number of cores for the optimization routine. |
optim.control |
number of cores for the optimization routine. |
optim.type |
Optimization approach. |
... |
extra arguments passed to the optimparallel function |
Value
a coco object with an updated output slot, with extra information with boundaries information
Author(s)
Federico Blasi
[Package cocons version 0.1 Index]