Skip to contents

This class is used to represent penalties used in optimization. Only experts should use the fields and methods for this class directly.

Super class

ConservationModifier -> Penalty

Methods

Inherited methods


Penalty$apply()

Update an optimization problem formulation.

Usage

Penalty$apply(x)

Arguments

Returns

Invisible TRUE.


Penalty$clone()

The objects of this class are cloneable with this method.

Usage

Penalty$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.