Learn R Programming

smoof (version 1.7.0)

hasConstraints: Checks whether the objective function has constraints

Description

Checks whether the objective function has constraints

Usage

hasConstraints(fn)

Value

[logical(1)]

TRUE if the function has constraints, FALSE otherwise.

Arguments

fn

[smoof_function]
Objective function.