occ
Loading...
Searching...
No Matches
occ::mults::MSTMINResult Struct Reference

Result from MSTMIN minimization. More...

#include <mstmin.h>

Public Attributes

Vec x
 Final parameters.
 
double final_energy = 0.0
 Final objective value.
 
Vec final_gradient
 Final gradient.
 
int iterations = 0
 Number of accepted updates.
 
int function_evaluations = 0
 Total objective evaluations.
 
bool converged = false
 Whether optimization converged.
 
std::string termination_reason
 Reason for termination.
 

Detailed Description

Result from MSTMIN minimization.

Member Data Documentation

◆ converged

bool occ::mults::MSTMINResult::converged = false

Whether optimization converged.

◆ final_energy

double occ::mults::MSTMINResult::final_energy = 0.0

Final objective value.

◆ final_gradient

Vec occ::mults::MSTMINResult::final_gradient

Final gradient.

◆ function_evaluations

int occ::mults::MSTMINResult::function_evaluations = 0

Total objective evaluations.

◆ iterations

int occ::mults::MSTMINResult::iterations = 0

Number of accepted updates.

◆ termination_reason

std::string occ::mults::MSTMINResult::termination_reason

Reason for termination.

◆ x

Vec occ::mults::MSTMINResult::x

Final parameters.


The documentation for this struct was generated from the following file: