News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I ...
This library provides a solve_qp function to solve convex quadratic programs: $$ \begin{split} \begin{array}{ll} \underset{x}{\mbox{minimize}} & \frac{1}{2} x^T P x ...
Abstract: In this paper, a new approach is presented to solve a class of continuous-time nonlinear two-person zero-sum game. The idea is using approximate dynamic programming (ADP) technique to obtain ...
Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics. Note that the main anaconda repository lags PyPI in ...