makeFreudensteinRothFunction: Freudenstein Roth Function

View source: R/sof.freudenstein.roth.R

makeFreudensteinRothFunctionR Documentation

Freudenstein Roth Function

Description

This test function is based on the formula

f(\mathbf{x}) = (\mathbf{x}_1 - 13 + ((5 - \mathbf{x}_2)\mathbf{x}_2 - 2)\mathbf{x}_2)^2 + (\mathbf{x}_1 - 29 + ((\mathbf{x}_2 + 1)\mathbf{x}_2 - 14)\mathbf{x}_2)^2

subject to \mathbf{x}_i \in [-10, 10], i = 1, 2.

Usage

makeFreudensteinRothFunction()

Value

An object of class SingleObjectiveFunction, representing the Freundstein-Roth Function.

[smoof_single_objective_function]

References

S. S. Rao, Engineering Optimization: Theory and Practice, John Wiley & Sons, 2009.


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