isSingleobjective {smoof}R Documentation

Checks whether the given function is single-objective.

Description

Checks whether the given function is single-objective.

Usage

isSingleobjective(fn)

Arguments

fn

[smoof_function]
Objective function.

Value

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


[Package smoof version 1.6.0.3 Index]