powered by
The function is defined as:
generate_beale_function()
A soo_function.
soo_function
$$ f(x) = (1.5 - x_1 * (1 - x_2))^2 + (2.25 - x_1 * (1 - x_2^2))^2 + (2.625 - x_1 * (1-x_2^3))^2 $$
# NOT RUN { f <- generate_beale_function() plot(f, rank=TRUE) # }
Run the code above in your browser using DataLab