Skip to content

Commit

Permalink
[examples] change references to proxnlp to proxsuite_nlp
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Dec 18, 2023
1 parent d6979b1 commit c23753e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/l1_qp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Solve an L1-penalized QP using PROXNLP.
Solve an L1-penalized QP using proxsuite_nlp.
"""
import proxsuite_nlp
import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions examples/solo_inverse_geom.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Inverse kinematics with friction cone constraint.
We compare PROXNLP with the solver IPOPT.
We compare proxsuite_nlp with the solver IPOPT.
min Dq, f || q - q0 ||**2 + || f ||**2
Expand Down Expand Up @@ -213,7 +213,7 @@ def compute_cost(q_ref, fs):
viz.display(qopt_ipopt)


# Problem PROXNLP
# Problem proxsuite_nlp

xspace = MultibodyPhaseSpace(model)
pb_space = VectorSpace(4 * 3 + (xspace.ndx))
Expand Down

0 comments on commit c23753e

Please sign in to comment.