Skip to content

Commit

Permalink
Fix escape sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar committed Jul 31, 2024
1 parent 6d88292 commit f5bb530
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jaxopt/_src/osqp.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,11 @@ class BoxOSQP(base.IterativeSolver):
Dual Eq variables: :math:`y`
Dual Ineq variables: :math:`\mu, \phi`
Dual Ineq variables: :math:`\\mu, \\phi`
ADMM computes :math:`y` at each iteration. :math:`\mu` and :math:`\phi` can be deduced from :math:`y`.
ADMM computes :math:`y` at each iteration. :math:`\\mu` and :math:`\\phi` can be deduced from
:math:`y`.
Defaults values for hyper-parameters come from: https://github.com/osqp/osqp/blob/master/include/constants.h
Expand Down

0 comments on commit f5bb530

Please sign in to comment.