gtopt/stage.hpp file

Planning-period (stage) definition for power system optimization.

A Stage represents an investment period in the multi-stage planning horizon. Capacity decisions made in a stage persist into all subsequent stages. Stage-level discount factors allow modelling the time value of money.

JSON Example

{"uid": 1, "first_block": 0, "count_block": 24, "discount_factor": 0.9}

Namespaces

namespace gtopt

Classes

struct gtopt::Stage
Investment period grouping consecutive time blocks.