makeJudgeFunction: Judge function.

View source: R/sof.judge.R

makeJudgeFunctionR Documentation

Judge function.

Description

Two-dimensional test function based on the formula

f(\mathbf{x}) = \sum_{i=1}^{20} \left[(x_1 + B_i x_2 + C_i x_2^2) - A_i\right]^2

with \mathbf{x}_1, \mathbf{x}_2 \in [-10, 10]. For details on A, B, C see the referenced website.

Usage

makeJudgeFunction()

Value

An object of class SingleObjectiveFunction, representing the Judge Function.

[smoof_single_objective_function]

References

See https://al-roomi.org/benchmarks/unconstrained/2-dimensions/133-judge-s-function.


jakobbossek/smoof documentation built on Feb. 17, 2024, 2:23 a.m.