# Dispatch Strategies

There are two primary classes for dispatch options,
[`PowerStorageDispatch`](dispatch:power-storage-dispatch)
and [`PowerSourceDispatch`](dispatch:power-source-dispatch).
Both may be used for a standard HOPP simulation, are based on the `HybridDispatchOptions` base
class below.

```{eval-rst}
.. autoclass:: hopp.simulation.technologies.dispatch.hybrid_dispatch_options.HybridDispatchOptions
    :members:
```

