Loading...
Searching...
No Matches
eonc::Parameters::gp_surrogate_options_t Struct Reference

#include <Parameters.h>

Public Attributes

bool enabled {false}
JobType sub_job {JobType::Unknown}
double uncertainty {0.05}
bool linear_path_always {false}
PotType potential {PotType::CatLearn}

Detailed Description

Definition at line 338 of file Parameters.h.

Member Data Documentation

◆ enabled

bool eonc::Parameters::gp_surrogate_options_t::enabled {false}

Definition at line 339 of file Parameters.h.

339{false};

◆ linear_path_always

bool eonc::Parameters::gp_surrogate_options_t::linear_path_always {false}

Definition at line 342 of file Parameters.h.

342{false};

◆ potential

PotType eonc::Parameters::gp_surrogate_options_t::potential {PotType::CatLearn}

Definition at line 343 of file Parameters.h.

◆ sub_job

JobType eonc::Parameters::gp_surrogate_options_t::sub_job {JobType::Unknown}

Definition at line 340 of file Parameters.h.

◆ uncertainty

double eonc::Parameters::gp_surrogate_options_t::uncertainty {0.05}

Definition at line 341 of file Parameters.h.

341{0.05};

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