alpaqa 1.0.0a17
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
panoc-driver.cpp File Reference
#include <alpaqa/inner/directions/panoc/anderson.hpp>
#include <alpaqa/inner/directions/panoc/convex-newton.hpp>
#include <alpaqa/inner/directions/panoc/lbfgs.hpp>
#include <alpaqa/inner/directions/panoc/structured-lbfgs.hpp>
#include <alpaqa/inner/panoc.hpp>
#include <alpaqa/inner/zerofpr.hpp>
#include <alpaqa/util/string-util.hpp>
#include "alm-driver.hpp"
#include "cancel.hpp"
#include "extra-stats.hpp"
#include "panoc-driver.hpp"
#include "solver-driver.hpp"
+ Include dependency graph for panoc-driver.cpp:

Go to the source code of this file.

Classes

struct  tag_t< T >
 

Namespaces

namespace  anonymous_namespace{panoc-driver.cpp}
 

Functions

template<template< class Direction > class Solver>
SharedSolverWrapper make_panoc_like_driver (std::string_view direction, Options &opts)
 
SharedSolverWrapper make_panoc_driver (std::string_view direction, Options &opts)
 
SharedSolverWrapper make_zerofpr_driver (std::string_view direction, Options &opts)
 

Class Documentation

◆ anonymous_namespace{panoc-driver.cpp}::tag_t

struct anonymous_namespace{panoc-driver.cpp}::tag_t
+ Collaboration diagram for tag_t< T >:

Function Documentation

◆ make_panoc_driver()

SharedSolverWrapper make_panoc_driver ( std::string_view  direction,
Options opts 
)

Definition at line 75 of file panoc-driver.cpp.

+ Here is the caller graph for this function:

◆ make_zerofpr_driver()

SharedSolverWrapper make_zerofpr_driver ( std::string_view  direction,
Options opts 
)

Definition at line 80 of file panoc-driver.cpp.

+ Here is the caller graph for this function: