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

Static Public Attributes

str id
 
Path source | None
 
Path artifact | None
 
tuple dataset_ids [str, ...]
 
Mapping fixed_inputs [str, JsonScalar]
 
Mapping strategy_overrides [str, JsonScalar]
 
Mapping search_space [str, ParameterSpec]
 

Detailed Description

One Pine source or compiled artifact and its runtime inputs.

Definition at line 47 of file study_spec.py.

Member Data Documentation

◆ artifact

Path pineforge_hpo.study_spec.StrategySpec.artifact | None
static

Definition at line 52 of file study_spec.py.

◆ dataset_ids

tuple pineforge_hpo.study_spec.StrategySpec.dataset_ids [str, ...]
static

Definition at line 53 of file study_spec.py.

◆ fixed_inputs

Mapping pineforge_hpo.study_spec.StrategySpec.fixed_inputs [str, JsonScalar]
static

Definition at line 54 of file study_spec.py.

◆ id

str pineforge_hpo.study_spec.StrategySpec.id
static

Definition at line 50 of file study_spec.py.

◆ search_space

Mapping pineforge_hpo.study_spec.StrategySpec.search_space [str, ParameterSpec]
static

Definition at line 56 of file study_spec.py.

◆ source

Path pineforge_hpo.study_spec.StrategySpec.source | None
static

Definition at line 51 of file study_spec.py.

◆ strategy_overrides

Mapping pineforge_hpo.study_spec.StrategySpec.strategy_overrides [str, JsonScalar]
static

Definition at line 55 of file study_spec.py.


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