steady_state_emoa_control: Steady state EMOA parameters
Description
steady_state_emoa_control
interprets the following
control parameters:
- mu
- Population
size.
- maxeval
- Maximum number of function
evaluations to use.
Usage
steady_state_emoa_control(f, upper, lower, ..., control, default = list())
Arguments
f
Multiobjectve optimization function.
upper
Upper bounds of parameter space.
lower
Lower bounds of parameter space.
...
Further arguments passed to f
.
control
List of control parameters.
default
List of default control parameters.
Value
The control
list with suitably adjusted arguments.
Missing control parameters are taken from default
or, if not present there, from an internal default.