Learn R Programming

smoof (version 1.7.0)

isMultiobjective: Checks whether the given function is multi-objective

Description

Checks whether the given function is multi-objective

Usage

isMultiobjective(fn)

Value

[logical(1)] TRUE if function is multi-objective, FALSE otherwise.

Arguments

fn

[smoof_function]
Objective function.