Learn R Programming

bbotk (version 0.5.2)

branin: Branin Function

Description

Augmented 2-D Branin function with fidelity parameter.

Usage

branin(xs)

Arguments

xs

List with the input for a single point (e.g. list(x1 = 1, x2 = 2, fidelity = 0.5)).

Value

list(1)

Examples

Run this code
# NOT RUN {
branin(list(x1 = 12, x2 = 2, fidelity = 1))
# }

Run the code above in your browser using DataLab