convexengineering / gpfit

Fit posynomials to data
http://gpfit.readthedocs.io/en/latest/
MIT License
10 stars 7 forks source link

bounded warnings should turn off if verbosity is 0 #81

Open mjburton11 opened 6 years ago

bqpd commented 6 years ago

You don't want it to raise the value error? It's an illformed model!

On Dec 11, 2017 16:26, "Michael Burton" notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/convexengineering/gpfit/issues/81, or mute the thread https://github.com/notifications/unsubscribe-auth/ABagGMJLM0T-rRA3sH1krtL_r9OJZiUdks5s_Z3ogaJpZM4Q-DnD .

mjburton11 commented 6 years ago

Well, sometimes I know my fit is out of the bounds but I know that it is still good. So having it print out information that I don't want is annoying. And maybe that means I need a better fit but... idk

bqpd commented 6 years ago

What about a trust region manually specified when the fit is created?