#include <alpaqa/polymorphic-inner-solver.hpp>
◆ ~PolymorphicInnerSolverBase()
◆ operator()()
- Parameters
-
[in] | problem | Problem description |
[in] | Σ | Constraint weights \( \Sigma \) |
[in] | ε | Tolerance \( \varepsilon \) |
[in] | always_overwrite_results | Overwrite x , y and err_z even if not converged |
[in,out] | x | Decision variable \( x \) |
[in,out] | y | Lagrange multipliers \( y \) |
[out] | err_z | Slack variable error \( g(x) - z \) |
Implemented in PolymorphicInnerSolverTrampoline, and PolymorphicInnerSolver< InnerSolver >.
◆ stop()
◆ get_name()
virtual std::string get_name |
( |
| ) |
const |
|
pure virtual |
◆ get_params()
virtual py::object get_params |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: