#include <alpaqa/inner/directions/panoc/anderson.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 "alm-driver.hpp"
#include "cancel.hpp"
#include "panoc-driver.hpp"
#include "solver-driver.hpp"
#include "util.hpp"
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> | |
solver_func_t | make_panoc_like_driver (std::string_view direction, Options &opts) |
solver_func_t | make_panoc_driver (std::string_view direction, Options &opts) |
solver_func_t | make_zerofpr_driver (std::string_view direction, Options &opts) |
struct anonymous_namespace{panoc-driver.cpp}::tag_t |
solver_func_t make_panoc_driver | ( | std::string_view | direction, |
Options & | opts | ||
) |
solver_func_t make_zerofpr_driver | ( | std::string_view | direction, |
Options & | opts | ||
) |