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

Static Public Attributes

int workers
 
str isolation
 
float timeout_seconds = None
 
bool fail_fast = False
 

Detailed Description

Native trial worker and failure-policy configuration.

Definition at line 109 of file study_spec.py.

Member Data Documentation

◆ fail_fast

bool pineforge_hpo.study_spec.ExecutionSpec.fail_fast = False
static

Definition at line 115 of file study_spec.py.

◆ isolation

str pineforge_hpo.study_spec.ExecutionSpec.isolation
static

Definition at line 113 of file study_spec.py.

◆ timeout_seconds

float pineforge_hpo.study_spec.ExecutionSpec.timeout_seconds = None
static

Definition at line 114 of file study_spec.py.

◆ workers

int pineforge_hpo.study_spec.ExecutionSpec.workers
static

Definition at line 112 of file study_spec.py.


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