evaluate_first: evaluate_first

Description Usage Arguments Value

Description

Calculates the first evaluation of the swarms.

Usage

1
evaluate_first(swarm, problem_function, nmmso_state, swarm_size, mn, mx)

Arguments

swarm

Swarm object

problem_function

String containing name of function to be optimised.

nmmso_state

Structure holding state of swarm.

swarm_size

Maximum number of elements (particles) per swarm.

mn

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

mx

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

problem_function_params

Meta-parameters needed by problem function.

Value

swarm = Swarm with new locations and values. nmmso_state = Structure with the new locations after evaluation.


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