filmov
tv
Optimization in #Python

Показать описание
Optimization is used to minimize or maximize functions. For example you might want to minimize cost, or maximize profit. You can solve all kinds of optimization problems with #scipy, including ones with constraints and bounds, linear programming problems, and there is support for some global optimization algorithms. This video summarizes what is covered on these topics in the booklet "Optimization in scipy".