This class is used to represent portfolios 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,
Decision-class,
MultiConservationProblem-class,
MultiObjApproach-class,
Objective-class,
OptimizationProblem-class,
Penalty-class,
Solver-class,
Target-class,
TargetMethod-class,
Weight-class
Methods
Inherited methods
Portfolio$run()
Run the portfolio to generate solutions.
Returns
A list of solutions.
Portfolio$clone()
The objects of this class are cloneable with this method.
Usage
Portfolio$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.