<< cma_optim CMA-ES Optimization Toolbox cma_plot >>

CMA-ES Optimization Toolbox >> CMA-ES Optimization Toolbox > cma_optim_restarted

cma_optim_restarted

A functional interface to the CMA-ES optimizer with restarts

Calling Sequence

[xopt, f, out, param] = cma_optim_restarted(costf, x0, sigma0, restarts [, param])

Parameters

costf

see cma_optim()

x0

the initial solution point, see cma_optim(). When the initial point is chosen randomly, e.g. rand(10,1), consider using a string, i.e. 'rand(10,1)', which is evaluated for each restart anew.

sigma0

see cma_optim()

restarts

maximal number of restarts.

param

see cma_optim()

xopt

see cma_optim()

f

see cma_optim()

out

see cma_optim()

param

see cma_optim()

Description

Examples

see cma_optim

See Also

Authors

Nikolaus Hansen

Bibliography

Used Functions

cma_optim()

...


Report an issue
<< cma_optim CMA-ES Optimization Toolbox cma_plot >>