makeGOMOPFunction {smoof} | R Documentation |
GOMOP function generator.
Description
Construct a multi-objective function by putting together multiple single-objective smoof functions.
Usage
makeGOMOPFunction(dimensions = 2L, funs = list())
Arguments
dimensions |
[ |
funs |
[ |
Details
The decision space of the resulting function is restricted
to . Each parameter
is stretched for each objective function.
I.e., if
are the single objective smoof functions with
box constraints
, then
for where the additions and multiplication are performed
component-wise.
Value
[smoof_multi_objective_function
]
[Package smoof version 1.6.0.3 Index]