Pinned Repositories
advanced-safety-filter
Advanced safety filter based on SOS Control Barrier and Lyapunov Functions
advanced-safety-filter-bess
Implementation of an Advanced Safety Filter for a Battery Energy Storage System
advanced-safety-filter-mmc
Implementation of an Advanced Safety Filter for an MMC converter
continuationmonad
A Python library that encapsulates callback functions within a continuation monad, utilizing a trampoline scheduler to enable stack-safe computations.
dataclass-abc
A Python library that allows you to define abstract properties for dataclasses, bridging the gap between abstract base classes (ABCs) and dataclasses.
do-notation
A Python library that introduces the Haskell-like do notation using a Python decorator.
polymat
A Python library designed for the representation and manipulation of multivariate polynomial matrices.
rxbp
A back-pressured rxpy extension
RxPY
Reactive Extensions for Python
sosopt
SOSOpt is a Python library designed for solving sums-of-squares optimization problems.
MichaelSchneeberger's Repositories
MichaelSchneeberger/rxbp
A back-pressured rxpy extension
MichaelSchneeberger/dataclass-abc
A Python library that allows you to define abstract properties for dataclasses, bridging the gap between abstract base classes (ABCs) and dataclasses.
MichaelSchneeberger/advanced-safety-filter
Advanced safety filter based on SOS Control Barrier and Lyapunov Functions
MichaelSchneeberger/advanced-safety-filter-bess
Implementation of an Advanced Safety Filter for a Battery Energy Storage System
MichaelSchneeberger/advanced-safety-filter-mmc
Implementation of an Advanced Safety Filter for an MMC converter
MichaelSchneeberger/continuationmonad
A Python library that encapsulates callback functions within a continuation monad, utilizing a trampoline scheduler to enable stack-safe computations.
MichaelSchneeberger/do-notation
A Python library that introduces the Haskell-like do notation using a Python decorator.
MichaelSchneeberger/polymat
A Python library designed for the representation and manipulation of multivariate polynomial matrices.
MichaelSchneeberger/RxPY
Reactive Extensions for Python
MichaelSchneeberger/sosopt
SOSOpt is a Python library designed for solving sums-of-squares optimization problems.
MichaelSchneeberger/state-monad
A Python library that encapsulates stateful computations into a monadic structure.