xitorch
xitorch copied to clipboard
Optimize module to-do list
- [ ]
rootfinder
andequilibrium
(can take a look at SciPy, good first issue):- [x]
(method="broyden1")
- [x]
(method="broyden2")
- [x]
(method="anderson")
- [ ]
(method="diagbroyden")
- [x]
(method="linearmixing")
- [ ]
(method="excitingmixing")
- [ ]
(method="krylov")
- [x]
- [ ]
minimize
- [x]
(method="gd")
(vanilla gradient descent) - [ ]
(method="lbfgs")
- [ ]
(method="cg")
- [x]
- [ ]
mincon
(constrained optimization:min f(x,p) s.t. g(x,q) = 0
)
Working on "anderson" method of rootfinder
now