Loading...
Searching...
No Matches
Parameters::gpr_dimer_options_t::opt_params_t Struct Reference

#include <Parameters.h>

Public Attributes

bool check_derivatives {false}
int max_iterations {400}
double tol_func {1e-4}
double tol_sol {1e-4}
long lambda_limit {static_cast<long>(1e17)}
long lambda_init {10}

Detailed Description

Definition at line 309 of file Parameters.h.

Member Data Documentation

◆ check_derivatives

Definition at line 310 of file Parameters.h.

310{false};

◆ lambda_init

◆ lambda_limit

Definition at line 314 of file Parameters.h.

314{static_cast<long>(1e17)};

◆ max_iterations

◆ tol_func

Definition at line 312 of file Parameters.h.

312{1e-4};

◆ tol_sol

Definition at line 313 of file Parameters.h.

313{1e-4};

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