This class is used to represent the decision variables used in optimization.
Only experts should use the fields and methods for this class directly.
See also
Other classes:
ConservationModifier-class,
ConservationProblem-class,
Constraint-class,
MultiConservationProblem-class,
MultiObjApproach-class,
Objective-class,
OptimizationProblem-class,
Penalty-class,
Portfolio-class,
Solver-class,
Target-class,
TargetMethod-class,
Weight-class
Methods
Inherited methods
Decision$apply()
Update an optimization problem formulation.
Decision$clone()
The objects of this class are cloneable with this method.
Usage
Decision$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.