BayesOpt
|
Parameter definitions. More...
#include <string.h>
Go to the source code of this file.
Classes | |
struct | kernel_parameters |
Kernel configuration parameters. More... | |
struct | mean_parameters |
struct | bopt_params |
Configuration parameters. More... | |
Enumerations | |
enum | learning_type { L_FIXED, L_EMPIRICAL, L_DISCRETE, L_MCMC, L_ERROR = -1 } |
enum | score_type { SC_MTL, SC_ML, SC_MAP, SC_LOOCV, SC_ERROR = -1 } |
Functions | |
BAYESOPT_API learning_type | str2learn (const char *name) |
BAYESOPT_API const char * | learn2str (learning_type name) |
BAYESOPT_API score_type | str2score (const char *name) |
BAYESOPT_API const char * | score2str (score_type name) |
BAYESOPT_API void | set_kernel (bopt_params *params, const char *name) |
BAYESOPT_API void | set_mean (bopt_params *params, const char *name) |
BAYESOPT_API void | set_criteria (bopt_params *params, const char *name) |
BAYESOPT_API void | set_surrogate (bopt_params *params, const char *name) |
BAYESOPT_API void | set_log_file (bopt_params *params, const char *name) |
BAYESOPT_API void | set_load_file (bopt_params *params, const char *name) |
BAYESOPT_API void | set_save_file (bopt_params *params, const char *name) |
BAYESOPT_API void | set_learning (bopt_params *params, const char *name) |
BAYESOPT_API void | set_score (bopt_params *params, const char *name) |
BAYESOPT_API bopt_params | initialize_parameters_to_default (void) |
Parameter definitions.
Definition in file parameters.h.