Price Function N. 2
Second function by Price. The implementation is based on the defintion [REMOVE_ME]f(x)=1+sin2(x1)+sin2(x2)−0.1exp(−x2−x22)[REMOVEME2]
subject to xi∈[−10,10],i=1,2.
makePriceN2Function()
Returns
[smoof_single_objective_function
]
Description
Second function by Price. The implementation is based on the defintion
f(x)=1+sin2(x1)+sin2(x2)−0.1exp(−x2−x22)
subject to xi∈[−10,10],i=1,2.
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
, makePriceN4Function