Types

Index

Types

Model

Horizons

EnergyModelsRecedingHorizon.SingleHorizonType
SingleHorizon{T}

Type created as a result of iterating through an AbstractHorizons type. It stores the required information of each individual optimization.

Fields

  • id::Int64 is an integer corresponding to the number of the type from the iterator.
  • dur::Vector{T} is a vector of the duration of the operational period included in the horizon.
  • idx_optim::Vector{Int64} is a vector containing the indices used in the optimization horizon.
  • idx_impl::Vector{Int64} is a vector containing the indices used in the implementation horizon.
source