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

Public Member Functions

dict[str, str] to_dict (self)
 

Public Attributes

 version
 
 implementation_sha256
 
 module_path
 

Static Public Attributes

str version
 
str implementation_sha256
 
str module_path
 

Detailed Description

Installed codegen version, source hash, and resolved module location.

Definition at line 79 of file transpile.py.

Member Function Documentation

◆ to_dict()

dict[str, str] pineforge_hpo.transpile.CodegenIdentity.to_dict (   self)

Definition at line 86 of file transpile.py.

Member Data Documentation

◆ implementation_sha256 [1/2]

str pineforge_hpo.transpile.CodegenIdentity.implementation_sha256
static

Definition at line 83 of file transpile.py.

◆ implementation_sha256 [2/2]

pineforge_hpo.transpile.CodegenIdentity.implementation_sha256

Definition at line 89 of file transpile.py.

◆ module_path [1/2]

str pineforge_hpo.transpile.CodegenIdentity.module_path
static

Definition at line 84 of file transpile.py.

◆ module_path [2/2]

pineforge_hpo.transpile.CodegenIdentity.module_path

Definition at line 90 of file transpile.py.

◆ version [1/2]

str pineforge_hpo.transpile.CodegenIdentity.version
static

Definition at line 82 of file transpile.py.

◆ version [2/2]

pineforge_hpo.transpile.CodegenIdentity.version

Definition at line 88 of file transpile.py.


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