alpaqa 1.0.0a14
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Functions
alm-driver.hpp File Reference
#include <alpaqa/inner/internal/panoc-stop-crit.hpp>
#include <alpaqa/outer/alm.hpp>
#include <alpaqa/params/params.hpp>
#include "options.hpp"
#include "problem.hpp"
#include "results.hpp"
+ Include dependency graph for alm-driver.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class InnerSolver >
auto make_alm_solver (InnerSolver &&inner_solver, Options &opts)
 
template<class InnerSolver >
auto make_inner_solver (Options &opts)
 
template<class Solver >
SolverResults run_alm_solver (LoadedProblem &problem, Solver &solver, std::ostream &os, unsigned N_exp)
 

Function Documentation

◆ make_alm_solver()

template<class InnerSolver >
auto make_alm_solver ( InnerSolver &&  inner_solver,
Options opts 
)

Definition at line 12 of file alm-driver.hpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ make_inner_solver()

template<class InnerSolver >
auto make_inner_solver ( Options opts)

Definition at line 28 of file alm-driver.hpp.

+ Here is the call graph for this function:

◆ run_alm_solver()

template<class Solver >
SolverResults run_alm_solver ( LoadedProblem problem,
Solver &  solver,
std::ostream &  os,
unsigned  N_exp 
)

Definition at line 56 of file alm-driver.hpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: