Skip to content

Commit

Permalink
Merge pull request #196 from alphaville/fix/195
Browse files Browse the repository at this point in the history
fix issue 195 (typos in docs)
  • Loading branch information
alphaville authored Sep 1, 2020
2 parents 5a90c93 + 6616340 commit c264264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/python-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ example is given below:

```python
solver_config = og.config.SolverConfiguration() \
.with_lfbgs_memory(15) \
.with_lbfgs_memory(15) \
.with_tolerance(1e-5) \
.with_max_inner_iterations(155)
```
Expand Down Expand Up @@ -420,7 +420,7 @@ satisfies
The user may change the maximum constraint violation using

```python
solver_config.with_constraints_tolerance(1e-6)
solver_config.with_delta_tolerance(1e-6)
```

[penalty method]: https://en.wikipedia.org/wiki/Penalty_method
Expand Down

0 comments on commit c264264

Please sign in to comment.