-
Thank you for making your measure transport libraries available! I have been using the TransportMaps library and I wanted to know whether the MParT library has functionality equivalent to that from the Thanks again. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for the question! Obviously, this isn't the only measure you'd be interested in targeting, and hopefully we'll have time moving forward to start exposing more power to the user to use |
Beta Was this translation helpful? Give feedback.
Thanks for the question!
Currently there is a pull request open (#305 ) that will allow you to train a map in the binding languages based on an objective, where the current implementation requires you to use the KL-divergence from the Gaussian as the standalone example that's currently bound. Feel free to look in the test in
bindings/python/test/TestTrainMap.py
(I believe) for how this is used in Python to create a map from samples to transport to a standard normal measure.Obviously, this isn't the only measure you'd be interested in targeting, and hopefully we'll have time moving forward to start exposing more power to the user to use
TrainMap
with different interesting objectives and K…