Learn R Programming

smoof (version 1.7.0)

isNoisy: Checks whether the given function is noisy

Description

Checks whether the given function is noisy

Usage

isNoisy(fn)

Value

[logical(1)]

TRUE if the function is noisy, FALSE otherwise.

Arguments

fn

[smoof_function]
Objective function.