Go to the source code of this file.
|
| InnerStatsAccumulator< StructuredPANOCLBFGSSolver::Stats > & | operator+= (InnerStatsAccumulator< StructuredPANOCLBFGSSolver::Stats > &acc, const StructuredPANOCLBFGSSolver::Stats &s) |
| |
◆ pa::StructuredPANOCLBFGSParams
| struct pa::StructuredPANOCLBFGSParams |
| Class Members |
|
LipschitzEstimateParams |
Lipschitz |
Parameters related to the Lipschitz constant estimate and step size. |
|
unsigned |
max_iter |
Maximum number of inner PANOC iterations. |
|
microseconds |
max_time |
Maximum duration. |
|
real_t |
τ_min |
Minimum weight factor between Newton step and projected gradient step. |
|
real_t |
L_min |
Minimum Lipschitz constant estimate. |
|
real_t |
L_max |
Maximum Lipschitz constant estimate. |
|
real_t |
nonmonotone_linesearch |
Factor used in update for exponentially weighted nonmonotone line search. Zero means monotone line search.
|
|
PANOCStopCrit |
stop_crit |
What stopping criterion to use. |
|
unsigned |
max_no_progress |
Maximum number of iterations without any progress before giving up. |
|
unsigned |
print_interval |
When to print progress. If set to zero, nothing will be printed. If set to N != 0, progress is printed every N iterations.
|
|
real_t |
quadratic_upperbound_tolerance_factor |
|
|
bool |
update_lipschitz_in_linesearch |
|
|
bool |
alternative_linesearch_cond |
|
|
bool |
hessian_vec_finited_differences |
|
|
bool |
full_augmented_hessian |
|
|
LBFGSStepSize |
lbfgs_stepsize |
|
◆ pa::StructuredPANOCLBFGSProgressInfo
| struct pa::StructuredPANOCLBFGSProgressInfo |
◆ pa::StructuredPANOCLBFGSSolver::Stats
| struct pa::StructuredPANOCLBFGSSolver::Stats |
| Class Members |
|
SolverStatus |
status |
|
|
real_t |
ε |
|
|
microseconds |
elapsed_time |
|
|
unsigned |
iterations |
|
|
unsigned |
linesearch_failures |
|
|
unsigned |
lbfgs_failures |
|
|
unsigned |
lbfgs_rejected |
|
|
unsigned |
τ_1_accepted |
|
|
unsigned |
count_τ |
|
|
real_t |
sum_τ |
|
◆ pa::InnerStatsAccumulator< StructuredPANOCLBFGSSolver::Stats >
| struct pa::InnerStatsAccumulator< StructuredPANOCLBFGSSolver::Stats > |
| Class Members |
|
microseconds |
elapsed_time |
|
|
unsigned |
iterations |
|
|
unsigned |
linesearch_failures |
|
|
unsigned |
lbfgs_failures |
|
|
unsigned |
lbfgs_rejected |
|
|
unsigned |
τ_1_accepted |
|
|
unsigned |
count_τ |
|
|
real_t |
sum_τ |
|