Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDiamond authored Jul 22, 2022
1 parent 5996e87 commit 70d3605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SciPy 2022 CVXPY tutorial
# CVXPY tutorial

CVXPY is an open source Python-embedded modeling language for convex optimization problems. It lets you express your problem in a natural way that follows the math, rather than in the restrictive standard form required by solvers. This tutorial will cover the basics of convex optimization, and how to use CVXPY to specify and solve convex optimization problems, with an emphasis on real-world applications. No prior knowledge of convex optimization is assumed.

Expand All @@ -8,7 +8,7 @@ CVXPY is an open source Python-embedded modeling language for convex optimizatio
2. Install CVXPY following [these instructions](https://www.cvxpy.org/install/index.html). We recommend Python 3.9 and CVXPY 1.2.
3. Test your CVXPY installation by running ``test.py`` in the repository.

## Tutorial schedule
## Example tutorial schedule

1. Convex optimization overview
* Mathematical optimization
Expand Down

0 comments on commit 70d3605

Please sign in to comment.