Convex Optimization in Python with CVXPY | SciPy 2018 | Steven Diamond

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • CVXPY is a domain-specific language for convex optimization embedded in Python. It allows the user to express convex optimization problems in a natural syntax that follows the math, rather than in the restrictive standard form required by solvers. CVXPY has been used in hundreds of research projects and by Fortune 500 companies. In this talk, we will show how easy it is to formulate and solve optimization problems with CVXPY through example applications in finance and renewable energy. The talk is intended for anyone with a basic Python and math background who is interested in optimization or its applications.
    See the full SciPy 2018 playlist here: • SciPy 2018: Scientific...
  • Věda a technologie

Komentáře • 10

  • @user-nd7zh6gy6b
    @user-nd7zh6gy6b Před 11 dny

    It's interesting for novice in the field, I thought you would present multiple objectives convex optimization with non standards form of objective functions.

  • @qytn5671
    @qytn5671 Před 5 lety +11

    What they have done really makes my research life easier.

  • @cyberpunk_edgerunners
    @cyberpunk_edgerunners Před rokem +1

    thanks you for up loading this useful video, it really help me

  • @sobhhi
    @sobhhi Před 2 lety +1

    He's a great speaker

  • @Banedsyko
    @Banedsyko Před rokem

    love it

  • @sciguy3412
    @sciguy3412 Před 3 lety

    Anyone still monitoring this thread? Is it possible to 'pip install' this package on an ec2 instance?

    • @bhowellrun
      @bhowellrun Před 3 lety +2

      literally here for the same problem. I was running python3.7 and then upgraded to 3.9 and now cvxpy won't pip install.

  • @kurniawanSA
    @kurniawanSA Před 9 měsíci

    21:30