friendlysam.models.MyopicDispatchModel

class friendlysam.models.MyopicDispatchModel(t0=None, horizon=None, step=None, name=None, require_cost=True)

docstring for MyopicDispatchModel

MyopicDispatchModel.advance()
MyopicDispatchModel.cost(t)
MyopicDispatchModel.state_variables(t)
MyopicDispatchModel.children Parts in this part, excluding self.
MyopicDispatchModel.children_and_self Parts in this part, including self.
MyopicDispatchModel.constraints For defining and generating constraints.
MyopicDispatchModel.descendants All children, children of children, etc, excluding self.
MyopicDispatchModel.descendants_and_self All children, children of children, etc, including self.
MyopicDispatchModel.name A name for the object.
MyopicDispatchModel.time_unit The time unit used in step_time().