Skip to content

Releases: khalil-research/PyEPO

v0.2.0

06 Oct 23:15
Compare
Choose a tag to compare

We're happy to announce the 0.2.0 release.

We add two end-to-end predict-then-optimize methods with stochastical perturbation: Differentiable Perturbed Optimizers and Fenchel-Young loss with Perturbation into our package "PyEPO."

People now are allowed to use PyTorch module pyepo.func.perturbedOpt and pyepo.func.perturbedFenchelYoung. See details in our docs.

Both approaches come from Google Research's awesome project Differentiable Optimizers with Perturbations in Tensorflow, and there is the corresponding paper Learning with differentiable perturbed optimizers.

Initial Release

05 Oct 17:30
3214061
Compare
Choose a tag to compare

We're happy to announce the 0.1.0 release.
It's the first release version of "PyEPO".