Brent Function
Single-objective two-dimensional test function. The formula is given as [REMOVE_ME]f(x)=(x1+10)2+(x2+10)2+exp(−x12−x22)[REMOVEME2]
subject to the constraints xi∈[−10,10],i=1,2.
makeBrentFunction()
Returns
[smoof_single_objective_function
]
Description
Single-objective two-dimensional test function. The formula is given as
f(x)=(x1+10)2+(x2+10)2+exp(−x12−x22)
subject to the constraints xi∈[−10,10],i=1,2.
References
F. H. Branin Jr., Widely Convergent Method of Finding Multiple Solutions of Simul- taneous Nonlinear Equations, IBM Journal of Research and Development, vol. 16, no. 5, pp. 504-522, 1972.