yuxiangw / autodp

autodp: A flexible and easy-to-use package for differential privacy
Apache License 2.0
260 stars 52 forks source link

removing specified bounds for brents #43

Closed yuxiangw closed 10 months ago

yuxiangw commented 1 year ago

in "converter.py" it was reported that scipy no longer allows "minimize_scalar" to take "bounds" as an input when indicating that we wanted to use "brent" solver. This is a temporary change to simply remove the "bounds".

TODOs: reintroducing the bounds (known constraints for the solutions) through the definition of the function to minimize itself.