Charlie Vanaret

Results 34 issues of Charlie Vanaret

This info is used in `l1RelaxedProblem`: if no trust-region constraint is present, we do not need to relax the linear constraints. cc @amontoison

improvement
interfaces/bindings

New strategy `l1Relaxation`. It is the basis for mimicking the SQuID method (*A Sequential Quadratic Optimization Algorithm with Rapid Infeasibility Detection*). cc @david0oo

feature

See https://rust-lang.github.io/rust-bindgen/ @mmghannam offered his help :)

interfaces/bindings

SLP-EQP consists in predicting the active set by evaluating a cheap LP, then solving an equality-constrained QP in which the active inequality constraints are equality constraints and the inactive constraints...

feature

I encountered a situation where a trial iterate: - was acceptable to the augmented filter (filter + current point) - decreased the constraint violation - but was rejected because the...

bug

Differentiate between positive definite linear solvers (for unconstrained problems or only the Hessian) and indefinite linear solvers (for constrained problems). Note: any indefinite linear solver is also a positive definite...

improvement

https://github.com/Pyomo/pyomo

interfaces/bindings

Integrate Uno into https://github.com/mdolab/pyoptsparse. cc @ewu63

interfaces/bindings