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

Static Public Attributes

str kind
 
int low = None
 
int high = None
 
int step = None
 
bool log = False
 
tuple choices = ()
 

Detailed Description

Normalized integer, real, Boolean, or categorical search dimension.

Definition at line 35 of file study_spec.py.

Member Data Documentation

◆ choices

tuple pineforge_hpo.study_spec.ParameterSpec.choices = ()
static

Definition at line 43 of file study_spec.py.

◆ high

int pineforge_hpo.study_spec.ParameterSpec.high = None
static

Definition at line 40 of file study_spec.py.

◆ kind

str pineforge_hpo.study_spec.ParameterSpec.kind
static

Definition at line 38 of file study_spec.py.

◆ log

bool pineforge_hpo.study_spec.ParameterSpec.log = False
static

Definition at line 42 of file study_spec.py.

◆ low

int pineforge_hpo.study_spec.ParameterSpec.low = None
static

Definition at line 39 of file study_spec.py.

◆ step

int pineforge_hpo.study_spec.ParameterSpec.step = None
static

Definition at line 41 of file study_spec.py.


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