|
PineForge HPO 0.1.0
Native hyperparameter optimization for PineForge strategies
|
Requested capital allocation to one strategy and market sleeve. More...
#include <pineforge/hpo/portfolio.hpp>
Public Attributes | |
| std::string | strategy_id |
| Stable strategy identifier from the study definition. | |
| std::string | market_id |
| Stable market or dataset identifier from the study definition. | |
| double | weight = 0.0 |
| Portfolio weight assigned to the sleeve. | |
Requested capital allocation to one strategy and market sleeve.
Definition at line 21 of file portfolio.hpp.
| std::string pineforge::hpo::Allocation::market_id |
Stable market or dataset identifier from the study definition.
Definition at line 25 of file portfolio.hpp.
| std::string pineforge::hpo::Allocation::strategy_id |
Stable strategy identifier from the study definition.
Definition at line 23 of file portfolio.hpp.
| double pineforge::hpo::Allocation::weight = 0.0 |
Portfolio weight assigned to the sleeve.
Definition at line 27 of file portfolio.hpp.