Go to the source code of this file.
|
struct | Value |
struct | Struct |
struct | RootOpts |
struct | enum_table< PANOCStopCrit, S > |
struct | enum_table< LBFGSStepSize, S > |
struct | attribute_table< guanaqo::DynamicLoadFlags, S > |
struct | attribute_table< LBFGSParams< Conf >, S > |
struct | attribute_table< AndersonAccelParams< Conf >, S > |
struct | attribute_table< CBFGSParams< Conf >, S > |
struct | attribute_alias_table< CBFGSParams< Conf >, S > |
struct | attribute_table< LipschitzEstimateParams< Conf >, S > |
struct | attribute_alias_table< LipschitzEstimateParams< Conf >, S > |
struct | attribute_table< PANTRParams< Conf >, S > |
struct | attribute_table< PANOCParams< Conf >, S > |
struct | attribute_table< FISTAParams< Conf >, S > |
struct | attribute_table< ZeroFPRParams< Conf >, S > |
struct | attribute_table< LBFGSDirectionParams< Conf >, S > |
struct | attribute_table< AndersonDirectionParams< Conf >, S > |
struct | attribute_table< StructuredLBFGSDirectionParams< Conf >, S > |
struct | attribute_table< NewtonTRDirectionParams< Conf >, S > |
struct | attribute_table< SteihaugCGParams< Conf >, S > |
struct | attribute_table< StructuredNewtonRegularizationParams< Conf >, S > |
struct | attribute_table< StructuredNewtonDirectionParams< Conf >, S > |
struct | attribute_table< ConvexNewtonRegularizationParams< Conf >, S > |
struct | attribute_table< ConvexNewtonDirectionParams< Conf >, S > |
struct | attribute_table< ALMParams< Conf >, S > |
struct | attribute_table< PANOCOCPParams< Conf >, S > |
struct | attribute_table< RootOpts, S > |
struct | attribute_table< Struct, S > |
struct | Method |
struct | MemberGetter |
struct | Result |
◆ alpaqa::params::Value
struct alpaqa::params::Value |
◆ alpaqa::params::Struct
struct alpaqa::params::Struct |
◆ alpaqa::params::RootOpts
struct alpaqa::params::RootOpts |
◆ Method
Class Members |
func_t * |
func |
|
string_view |
doc |
|
◆ MemberGetter
Class Members |
string_view |
full_key |
Full key string, used for diagnostics. |
string_view |
key |
The subkey to resolve next. |
optional< string_view > |
value |
The value of the parameter to store. |
◆ Result
Class Members |
bool |
leaf |
|
string_view |
prefix |
|
vector< Member > |
members |
|
◆ func_t
◆ dict_t
◆ add_root_opts()
◆ get_results_panoc_like()
◆ get_results_fista_like()
◆ get_results()
◆ print_completion()
void print_completion |
( |
std::string_view | method, |
|
|
std::string_view | params ) |
◆ get_members()
◆ methods
Initial value:{
}
Result get_members(const MemberGetter &s)
Catch-all.
Result get_results_fista_like(const MemberGetter &s)
Result get_results_panoc_like(const MemberGetter &s)
Definition at line 222 of file param-complete.cpp.