cavalab / brush

An interpretable machine learning library
http://cavalab.org/brush/
GNU General Public License v3.0
2 stars 0 forks source link

Optional variation #39

Closed gAldeia closed 1 year ago

gAldeia commented 1 year ago

This pull request updates the mutation to return an std::optional in case mutation fails. This also updates the C++/python interface and the python wrapper to deal with this new behavior.