PineForge HPO 0.1.0
Native hyperparameter optimization for PineForge strategies
Loading...
Searching...
No Matches
pineforge::hpo::TrialContext Struct Reference

Metadata supplied to a custom objective while evaluating one trial. More...

#include <pineforge/hpo/types.hpp>

Public Attributes

std::uint64_t trial_id = 0
 Scheduler-level trial identifier.
 
const Candidatecandidate = nullptr
 Non-owning candidate pointer; may be nullptr when no candidate is associated.
 

Detailed Description

Metadata supplied to a custom objective while evaluating one trial.

Definition at line 50 of file types.hpp.

Member Data Documentation

◆ candidate

const Candidate* pineforge::hpo::TrialContext::candidate = nullptr

Non-owning candidate pointer; may be nullptr when no candidate is associated.

Definition at line 55 of file types.hpp.

◆ trial_id

std::uint64_t pineforge::hpo::TrialContext::trial_id = 0

Scheduler-level trial identifier.

Definition at line 52 of file types.hpp.


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