Loading...
Searching...
No Matches
eonc::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

bool eonc::Parameters::gpr_dimer_options_t::opt_params_t::check_derivatives {false}

Definition at line 310 of file Parameters.h.

310{false};

◆ lambda_init

long eonc::Parameters::gpr_dimer_options_t::opt_params_t::lambda_init {10}

Definition at line 315 of file Parameters.h.

315{10};

◆ lambda_limit

long eonc::Parameters::gpr_dimer_options_t::opt_params_t::lambda_limit {static_cast<long>(1e17)}

Definition at line 314 of file Parameters.h.

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

◆ max_iterations

int eonc::Parameters::gpr_dimer_options_t::opt_params_t::max_iterations {400}

Definition at line 311 of file Parameters.h.

311{400};

◆ tol_func

double eonc::Parameters::gpr_dimer_options_t::opt_params_t::tol_func {1e-4}

Definition at line 312 of file Parameters.h.

312{1e-4};

◆ tol_sol

double eonc::Parameters::gpr_dimer_options_t::opt_params_t::tol_sol {1e-4}

Definition at line 313 of file Parameters.h.

313{1e-4};

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