Learn R Programming

smoof (version 1.6.0.3)

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.

Arguments

fn

[smoof_function]
Objective function.