|
PineForge HPO 0.1.0
Native hyperparameter optimization for PineForge strategies
|
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. | |
One candidate-validation failure tied to a parameter name.
Definition at line 146 of file search_space.hpp.
| std::string pineforge::hpo::ValidationIssue::message |
Human-readable validation failure.
Definition at line 150 of file search_space.hpp.
| std::string pineforge::hpo::ValidationIssue::parameter |
Dimension name, or the offending unknown candidate key.
Definition at line 148 of file search_space.hpp.