GOMOP function generator.
Construct a multi-objective function by putting together multiple single-objective smoof functions.
makeGOMOPFunction(dimensions = 2L, funs = list())
dimensions |
[ |
funs |
[ |
The decision space of the resulting function is restricted to [0,1]^d. Each parameter x is stretched for each objective function. I.e., if f_1, …, f_n are the single objective smoof functions with box constraints [l_i, u_i], i = 1, …, n, then
f(x) = ≤ft(f_1(l_1 + x * (u_1 - l_1)), …, f_1(l_1 + x * (u_1 - l_1))\right)
for x \in [0,1]^d where the additions and multiplication are performed component-wise.
[smoof_multi_objective_function
]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.