Learn R Programming

bbotk (version 0.8.0)

branin: Branin Function

Description

Classic 2-D Branin function with noise branin(x1, x2, noise) and Branin function with fidelity parameter branin_wu(x1, x2, fidelity).

Usage

branin(x1, x2, noise = 0)

branin_wu(x1, x2, fidelity)

Value

numeric()

Arguments

x1

(numeric()).

x2

(numeric()).

noise

(numeric()).

fidelity

(numeric()).

Examples

Run this code
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