This prototype is used to represent methods for generating portfolios of
optimization problems. This class represents a recipe to
create portfolio generating method and is only recommended for use by expert
users. To customize the method used to generate portfolios, please see the
help page on portfolios
.
character
name of portfolio method.
Parameters
object with parameters used to customize
the the portfolio.
function
used to generate a portfolio.
x$print()
x$show()
x$repr()
x$run(op, sol)
Solver-class
object.
OptimizationProblem-class
object.
print the object.
show the object.
character
representation of object.
solve an OptimizationProblem-class
object using this
object and a Solver-class
object.