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

makeGOMOPFunction

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

[integer(1)]
Size of corresponding parameter space.

funs

[list]
List of single-objective smoof functions.

Details

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.

Value

[smoof_multi_objective_function]


smoof

Single and Multi-Objective Optimization Test Functions

v1.6.0.2
BSD_2_clause + file LICENSE
Authors
Jakob Bossek [aut, cre], Pascal Kerschke [ctb]
Initial release
2020-02-17

We don't support your browser anymore

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