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

Static Public Attributes

int startup_trials = 10
 
int ei_candidates = 24
 
float gamma_fraction = 0.10
 
int gamma_cap = 25
 
float prior_weight = 1.0
 
bool constant_liar = True
 

Detailed Description

Validated native TPE model and batching controls.

Definition at line 86 of file study_spec.py.

Member Data Documentation

◆ constant_liar

bool pineforge_hpo.study_spec.TpeSamplerConfig.constant_liar = True
static

Definition at line 94 of file study_spec.py.

◆ ei_candidates

int pineforge_hpo.study_spec.TpeSamplerConfig.ei_candidates = 24
static

Definition at line 90 of file study_spec.py.

◆ gamma_cap

int pineforge_hpo.study_spec.TpeSamplerConfig.gamma_cap = 25
static

Definition at line 92 of file study_spec.py.

◆ gamma_fraction

float pineforge_hpo.study_spec.TpeSamplerConfig.gamma_fraction = 0.10
static

Definition at line 91 of file study_spec.py.

◆ prior_weight

float pineforge_hpo.study_spec.TpeSamplerConfig.prior_weight = 1.0
static

Definition at line 93 of file study_spec.py.

◆ startup_trials

int pineforge_hpo.study_spec.TpeSamplerConfig.startup_trials = 10
static

Definition at line 89 of file study_spec.py.


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