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

#include <Parameters.h>

Public Attributes

std::string path
std::string model {"gp"}
std::string prior {"median"}
bool use_deriv {true}
bool use_fingerprint {false}
bool parallel {false}

Detailed Description

Definition at line 347 of file Parameters.h.

Member Data Documentation

◆ model

std::string eonc::Parameters::catlearn_options_t::model {"gp"}

Definition at line 349 of file Parameters.h.

349{"gp"};

◆ parallel

bool eonc::Parameters::catlearn_options_t::parallel {false}

Definition at line 353 of file Parameters.h.

353{false};

◆ path

std::string eonc::Parameters::catlearn_options_t::path

Definition at line 348 of file Parameters.h.

◆ prior

std::string eonc::Parameters::catlearn_options_t::prior {"median"}

Definition at line 350 of file Parameters.h.

350{"median"};

◆ use_deriv

bool eonc::Parameters::catlearn_options_t::use_deriv {true}

Definition at line 351 of file Parameters.h.

351{true};

◆ use_fingerprint

bool eonc::Parameters::catlearn_options_t::use_fingerprint {false}

Definition at line 352 of file Parameters.h.

352{false};

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