emoa_control | R Documentation |
The following control parameters are recognized by emoa_control
:
emoa_logger
object used to log events.
Number of parameters, defaults to the length of the longer
of upper
or lower
.
Number of dimensions.
emoa_control(f, upper, lower, ..., control, default)
f |
Multiobjectve optimization function. |
upper |
Upper bounds of parameter space. |
lower |
Lower bounds of parameter space. |
... |
Further arguments passed to |
control |
List of control parameters. |
default |
List of default control parameters. |
The control
list with suitably adjusted
arguments. Missing control parameters are taken from
default
or, if not present there, from an internal default.
Olaf Mersmann olafm@statistik.tu-dortmund.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.