Model Predictive Control implemented in Python, using scipy.optimize.minimize, on the model of a pendulum. Code created to support a Linkedin post. Link to the post ...
An efficient and faithful Python implementation of the Bounded Multi-Source Shortest Path (BMSSP) algorithm, along with baselines using pure-Python Dijkstra and SciPy-accelerated Dijkstra. This ...