spotAlgEsStratMutation: spotAlgEsStratMutation

View source: R/optimES.R

spotAlgEsStratMutationR Documentation

spotAlgEsStratMutation

Description

Mutation function for the ES strategy parameter sigma.

Usage

spotAlgEsStratMutation(strat, tau0, tau, sigmaRestart, sigmaInit)

Arguments

strat

Strategy parameter (sigma), can be a vector or a single number

tau0

the global/general step size multiplier for self adaption

tau

the step size multiplier for self adaption in each dimension

sigmaRestart

sigma values are reset to initial values when a uniformly distributed random number is smaller than sigmaRestart

sigmaInit

initial sigma value

Value

number s
- s is the new sigma value


SPOT documentation built on June 26, 2022, 1:06 a.m.