![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/opt/pareto.h>
Public Types | |
| using | ConstraintFactory = std::function<ConstraintPtr(double)> |
Public Member Functions | |
| ParetoSweep (const OptimizationProblem &problem, ConstraintFactory constraint_factory, std::vector< double > epsilons, std::string solver="de", LineEvaluator::SolveFunction solve={}) | |
| const std::vector< ParetoPoint > & | solve (const LineOptSolverOptions &options={}) |
| const std::vector< ParetoPoint > & | points () const |
| std::vector< ParetoPoint > | frontier () const |
| using line::opt::ParetoSweep::ConstraintFactory = std::function<ConstraintPtr(double)> |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 61 of file pareto.h.
Referenced by ParetoSweep().