Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

emoa_control

Basic EMOA control parameters.


Description

The following control parameters are recognized by emoa_control:

logger

emoa_logger object used to log events.

n

Number of parameters, defaults to the length of the longer of upper or lower.

d

Number of dimensions.

Usage

emoa_control(f, upper, lower, ..., control, default)

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.

Author(s)


emoa

Evolutionary Multiobjective Optimization Algorithms

v0.5-0.1
GPL-2
Authors
Olaf Mersmann <olafm@statistik.tu-dortmund.de>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.