Zulip Chat Archive
Stream: Is there code for X?
Topic: Stochastic Optimisation
Sayantan Majumdar (Jul 14 2023 at 18:08):
I am doing some work where we are using some convex optimisation and some stochastic optimisation . I am new to these topics and so was wondering have theorems in these topics already implemented or these topics formalised?
Jason Rute (Jul 14 2023 at 18:21):
It is not Lean, but you might be interested in looking at the work in https://github.com/IBM/FormalML. This includes a proof in Coq of Dvoretzky's Stochastic Approximation Theorem by @Koundinya Vajjha, @Avi Shinnar, @Barry Trager, and @Vasily Pestun.
Sayantan Majumdar (Jul 14 2023 at 18:30):
Thanks, I will check it right now.
Last updated: Dec 20 2023 at 11:08 UTC