Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Oct 11, 2024
1 parent f9f3f50 commit 02fb4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/how_to/how_to_constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The unconstrained optimum of a six-dimensional version of this problem is:
... algorithm="scipy_lbfgsb",
... )
>>> res.params.round(3)
array([ 1. , 0.8, 0.6, 0.4, 0.2, 0. ])
array([1. , 0.8, 0.6, 0.4, 0.2, 0. ])
```

Expand Down

0 comments on commit 02fb4d1

Please sign in to comment.