cmaes: Wrapper for the libcmaes library to run state-of-the art...

Description Usage Arguments

Description

Wrapper for the libcmaes library to run state-of-the art local / global optimization using CMA-ES variants. See libcmaes and CMA-ES webpage for further details.

Usage

1
cmaes(x0, optimFun, lower, upper, params = cmaEsParams(), cl = NULL)

Arguments

x0

Initial guess for parameters (mean)

optimFun

R function to be minimized

lower

Lower bounds for parameters

upper

Upper bounds for parameters

params

The CMA-ES parameters, can be set with cmaEsParams

cl

A cluster that can be used for parallel evaluation (use only if objective function is costly!)


andrewsali/Rlibcmaes documentation built on May 10, 2019, 11:11 a.m.