Jan-Niklas Thiel

Results 7 comments of Jan-Niklas Thiel

Is this still unresolved or is it possible to use bounds with `jaxopt.LBFGSB` now? In the documentation I saw, that `.init_state` and `.update()` accepts `bounds `as input. Edit: I just...

Hey @ConnectedSystems, I'm using `SALib v1.4.7`. I created a small MWE that is based on the example in `.../examples/sobol/sobol.py`. I change it slightly to work with `ProblemSpec()` and `groups`: ```rb...

Hey, thanks for checking the MWE. This indexing problem is exactly what I've meant. Results generally look the same for me.

Great. Thanks for the prompt fix!

Hey @timmens, I'm using the following versions: estimagic=0.4.6 joblib=1.3.2 jax/jaxlib=0.4.26 This warning is occuring when I'm running my code on a linux HPC, so I think it's related to that....

I accidently closed this issue. Sorry!

Hey @timmens, thanks for the MRE and the suggested solution. I have changed the argument as suggested and I don't get an error on the HPC machine either. I also...