Learn R Programming

bbotk (version 0.6.0)

branin: Branin Function

Description

Augmented 2-D Branin function with fidelity parameter.

Usage

branin(xs)

Value

list(1)

Arguments

xs

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

Examples

Run this code
branin(list(x1 = 12, x2 = 2, fidelity = 1))

Run the code above in your browser using DataLab