PineForge HPO 0.1.0
Native hyperparameter optimization for PineForge strategies
Loading...
Searching...
No Matches
pineforge_hpo.study_spec.SamplerSpec Class Reference

Static Public Attributes

str kind
 
int seed
 
int trials
 
str candidate_policy = "sampler_default"
 
TpeSamplerConfig config = None
 

Detailed Description

Sampler selection, deterministic seed, budget, and candidate policy.

Definition at line 98 of file study_spec.py.

Member Data Documentation

◆ candidate_policy

str pineforge_hpo.study_spec.SamplerSpec.candidate_policy = "sampler_default"
static

Definition at line 104 of file study_spec.py.

◆ config

TpeSamplerConfig pineforge_hpo.study_spec.SamplerSpec.config = None
static

Definition at line 105 of file study_spec.py.

◆ kind

str pineforge_hpo.study_spec.SamplerSpec.kind
static

Definition at line 101 of file study_spec.py.

◆ seed

int pineforge_hpo.study_spec.SamplerSpec.seed
static

Definition at line 102 of file study_spec.py.

◆ trials

int pineforge_hpo.study_spec.SamplerSpec.trials
static

Definition at line 103 of file study_spec.py.


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