makePriceN4Function: Price Function N. 4

View source: R/sof.price.n4.R

makePriceN4FunctionR Documentation

Price Function N. 4

Description

Fourth function by Price. The implementation is based on the definition

f(\mathbf{x}) = (2\mathbf{x}_1^3 \mathbf{x}_2 - \mathbf{x}_2^3)^2 + (6\mathbf{x}_1 - \mathbf{x}_2^2 + \mathbf{x}_2)^2

subject to \mathbf{x}_i \in [-500, 500].

Usage

makePriceN4Function()

Value

An object of class SingleObjectiveFunction, representing the Price N. 4 Function.

[smoof_single_objective_function]

References

W. L. Price, A Controlled Random Search Procedure for Global Optimisation, Computer journal, vol. 20, no. 4, pp. 367-370, 1977.

See Also

makePriceN1Function, makePriceN2Function


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