Skip to content

Commit 822fbab

Browse files
committed
Fixed list
1 parent 33c9da0 commit 822fbab

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/getting_started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Getting started
22

3-
Uno implements presets, that is combinations of ingredients that correspond to existing solvers. At the moment, the available presets are `filtersqp` (after the trust-region restoration filter SQP solver filterSQP) and `ipopt` (after the line-search filter restoration infeasible interior-point solver IPOPT).
4-
53
## In Python
64

75
```python

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Uno allows the automatic generation of various strategy combinations on the fly
5151
- **globalization mechanisms**: backtracking line search, trust-region method.
5252

5353
Uno also implements **presets**, that is strategy combinations that mimic existing solvers:
54+
5455
* `filtersqp` mimics filterSQP (trust-region feasibility restoration filter SQP method with exact Hessian);
5556
* `ipopt` mimics IPOPT (line-search feasibility restoration filter barrier method with exact Hessian and primal-dual inertia correction).
5657

0 commit comments

Comments
 (0)