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

Classes

class  DatasetSpec
 
class  ExecutionSpec
 
class  ObjectiveSpec
 
class  ParameterSpec
 
class  SamplerSpec
 
class  StrategySpec
 
class  StudySpec
 
class  StudySpecError
 
class  TpeSamplerConfig
 
class  ValidationIssue
 

Functions

StudySpec load_study_spec (str|Path path, *bool require_files=False)
 

Detailed Description

Dependency-free StudySpec v1 JSON loader and validator.

Function Documentation

◆ load_study_spec()

StudySpec pineforge_hpo.study_spec.load_study_spec ( str | Path  path,
*bool   require_files = False 
)
Load StudySpec v1 and resolve every filesystem path relative to its JSON file.

Definition at line 926 of file study_spec.py.