Nonconvex constrained optimization
Loading...
Searching...
No Matches
lbfgsb-driver.hpp
Go to the documentation of this file.
1#pragma once
2
5
7
8namespace alpaqa::driver {
9SharedSolverWrapper make_lbfgsb_driver(std::string_view direction,
10 Options &opts);
11}
SharedSolverWrapper make_lbfgsb_driver(std::string_view, alpaqa::Options &)
std::shared_ptr< SolverWrapper > SharedSolverWrapper