evolve: evolve

Description Usage Arguments Value

Description

evolve

Usage

1
evolve(nmmso_state, problem_function, mn, mx, max_evol, swarm_size)

Arguments

nmmso_state

Structure holding state of swarm.

problem_function

String containing name of function to be optimised.

mn

Minimum design parameter values (a vector with param_num elements).

mx

Maximum design parameter values (a vector with param_num elements).

max_evol

Maximum number of swarms to update in a generation. If not provided this is set at 100.

swarm_size

Maximum number of elements (particles) per swarm.

problem_function_params

Meta-parameters needed by problem function.

Value

nmmso_state = Structure holding state of swarm.


jhoffjann/nmmso.R documentation built on May 19, 2019, 9:26 a.m.