|
PineForge HPO 0.1.0
Native hyperparameter optimization for PineForge strategies
|
Compact start/end summary for one independently evaluated portfolio sleeve. More...
#include <pineforge/hpo/portfolio.hpp>
Public Attributes | |
| std::string | strategy_id |
| Stable strategy identifier. | |
| std::string | market_id |
| Stable market or dataset identifier. | |
| double | weight = 0.0 |
| Portfolio weight used for this sleeve. | |
| double | initial_equity = 0.0 |
| Sleeve equity at the beginning of the observation window. | |
| double | final_equity = 0.0 |
| Sleeve equity at the end of the observation window. | |
Compact start/end summary for one independently evaluated portfolio sleeve.
Definition at line 31 of file portfolio.hpp.
| double pineforge::hpo::SleeveSummary::final_equity = 0.0 |
Sleeve equity at the end of the observation window.
Definition at line 41 of file portfolio.hpp.
| double pineforge::hpo::SleeveSummary::initial_equity = 0.0 |
Sleeve equity at the beginning of the observation window.
Definition at line 39 of file portfolio.hpp.
| std::string pineforge::hpo::SleeveSummary::market_id |
Stable market or dataset identifier.
Definition at line 35 of file portfolio.hpp.
| std::string pineforge::hpo::SleeveSummary::strategy_id |
Stable strategy identifier.
Definition at line 33 of file portfolio.hpp.
| double pineforge::hpo::SleeveSummary::weight = 0.0 |
Portfolio weight used for this sleeve.
Definition at line 37 of file portfolio.hpp.