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

Static Public Attributes

str kind
 
str direction
 
str expression = None
 
str name = None
 
tuple constraints = ()
 
tuple requires = ()
 
Mapping config = field(default_factory=dict)
 
str nan_policy = "fail_trial"
 
str division_by_zero = "fail_trial"
 

Detailed Description

Objective direction, expression or registration, and constraints.

Definition at line 71 of file study_spec.py.

Member Data Documentation

◆ config

Mapping pineforge_hpo.study_spec.ObjectiveSpec.config = field(default_factory=dict)
static

Definition at line 80 of file study_spec.py.

◆ constraints

tuple pineforge_hpo.study_spec.ObjectiveSpec.constraints = ()
static

Definition at line 78 of file study_spec.py.

◆ direction

str pineforge_hpo.study_spec.ObjectiveSpec.direction
static

Definition at line 75 of file study_spec.py.

◆ division_by_zero

str pineforge_hpo.study_spec.ObjectiveSpec.division_by_zero = "fail_trial"
static

Definition at line 82 of file study_spec.py.

◆ expression

str pineforge_hpo.study_spec.ObjectiveSpec.expression = None
static

Definition at line 76 of file study_spec.py.

◆ kind

str pineforge_hpo.study_spec.ObjectiveSpec.kind
static

Definition at line 74 of file study_spec.py.

◆ name

str pineforge_hpo.study_spec.ObjectiveSpec.name = None
static

Definition at line 77 of file study_spec.py.

◆ nan_policy

str pineforge_hpo.study_spec.ObjectiveSpec.nan_policy = "fail_trial"
static

Definition at line 81 of file study_spec.py.

◆ requires

tuple pineforge_hpo.study_spec.ObjectiveSpec.requires = ()
static

Definition at line 79 of file study_spec.py.


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