powered by
Classic 2-D Branin function with noise branin(x1, x2, noise) and Branin function with fidelity parameter branin_wu(x1, x2, fidelity).
branin(x1, x2, noise)
branin_wu(x1, x2, fidelity)
branin(x1, x2, noise = 0)branin_wu(x1, x2, fidelity)
numeric()
(numeric()).
branin(x1 = 12, x2 = 2, noise = 0.05) branin_wu(x1 = 12, x2 = 2, fidelity = 1)
Run the code above in your browser using DataLab