Skip to content

joaospinto/ipoptax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipoptax

This repository implements a mini IPOPT written in JAX. It uses an interior point method to optimize nonlinear nonconvex optimization problems of the form

$$\min\limits_{x} f(x) \qquad \mbox{s.t.} \quad c(x) = 0 \wedge g(x) <= 0$$.

The functions $f, c, g$ are required to be continuously differentiable, to ensure that our line searches succeed.

About

Mini IPOPT written in JAX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages