Hi! I'm trying to use ScipyMinimize() with the bounds keyword. It looks like passing bounds using the jaxopt wrapper is implemented in the class in the private _run() method (lines 302-303 in jaxopt/_src/scipy_wrappers.py) but the public run() automatically passes bounds=None to _run() (line 334). Is this an issue of just needing to edit run() to allow bounds or is there another reason that this was disabled?
Hi! I'm trying to use ScipyMinimize() with the bounds keyword. It looks like passing bounds using the jaxopt wrapper is implemented in the class in the private _run() method (lines 302-303 in jaxopt/_src/scipy_wrappers.py) but the public run() automatically passes bounds=None to _run() (line 334). Is this an issue of just needing to edit run() to allow bounds or is there another reason that this was disabled?