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

One candidate-validation failure tied to a parameter name. More...

#include <pineforge/hpo/search_space.hpp>

Public Attributes

std::string parameter
 Dimension name, or the offending unknown candidate key.
 
std::string message
 Human-readable validation failure.
 

Detailed Description

One candidate-validation failure tied to a parameter name.

Definition at line 146 of file search_space.hpp.

Member Data Documentation

◆ message

std::string pineforge::hpo::ValidationIssue::message

Human-readable validation failure.

Definition at line 150 of file search_space.hpp.

◆ parameter

std::string pineforge::hpo::ValidationIssue::parameter

Dimension name, or the offending unknown candidate key.

Definition at line 148 of file search_space.hpp.


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