ICB-DCM / pyPESTO

python Parameter EStimation TOolbox
https://pypesto.readthedocs.io
BSD 3-Clause "New" or "Revised" License
207 stars 45 forks source link

Update jax objective to pure callback #1337

Closed FFroehlich closed 3 months ago

FFroehlich commented 3 months ago

host_callback is deprecated (see https://jax.readthedocs.io/en/latest/jax.experimental.host_callback.html), use pure_callback instead (see https://jax.readthedocs.io/en/latest/notebooks/external_callbacks.html)