makeGOMOPFunction function

GOMOP function generator.

GOMOP function generator.

Construct a multi-objective function by putting together multiple single-objective smoof functions.

makeGOMOPFunction(dimensions = 2L, funs = list())

Arguments

  • dimensions: [integer(1)]

    Size of corresponding parameter space.

  • funs: [list]

    List of single-objective smoof functions.

Returns

[smoof_multi_objective_function]

Details

The decision space of the resulting function is restricted to [0,1]d[0,1]^d. Each parameter xx is stretched for each objective function. I.e., if f1,,fnf_1, \ldots, f_n are the single objective smoof functions with box constraints [li,ui],i=1,,n[l_i, u_i], i = 1, \ldots, n, then

f(x)=(f1(l1+x(u1l1)),,f1(l1+x(u1l1))) f(x) = \left(f_1(l_1 + x * (u_1 - l_1)), \ldots, f_1(l_1 + x * (u_1 - l_1))\right)

for x[0,1]dx \in [0,1]^d where the additions and multiplication are performed component-wise.

  • Maintainer: Jakob Bossek
  • License: BSD_2_clause + file LICENSE
  • Last published: 2023-03-10