Learn R Programming

smoof (version 1.6.0.3)

shouldBeMinimized: Check if function should be minimized.

Description

Functions can have an associated global optimum. In this case one needs to know whether the optimum is a minimum or a maximum.

Usage

shouldBeMinimized(fn)

Value

[logical] Each component indicates whether the corresponding objective should be minimized.

Arguments

fn

[smoof_function]
Objective function.