Description Usage Arguments Value
Calculates the first evaluation of the swarms.
1 | evaluate_first(swarm, problem_function, nmmso_state, swarm_size, mn, mx)
|
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. |
swarm = Swarm with new locations and values. nmmso_state = Structure with the new locations after evaluation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.