pycse - optimization in Python, aka finding the minimum of a function

Опубликовано: 08 Апрель 2026
на канале: John Kitchin
1,879
21

A common task in engineering is finding the minimum of a function. In this example, we show how to find a minimum graphically, how to approximate it, and how to find it with scipy.optimize.minimize.

See the notes here: https://github.com/jkitchin/pycse/blo...