Learn R Programming

smoof (version 1.7.0)

isSingleobjective: Checks whether the given function is single-objective

Description

Checks whether the given function is single-objective

Usage

isSingleobjective(fn)

Value

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

Arguments

fn

[smoof_function]
Objective function.