You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of things needed to get to feature parity with the Julia version of this package:
Parallelization (a pmap placeholder is there but needs exploration how to make sure its usable with popular parallelizers, so maybe multiprocessing, joblib, ipyparallel, and jax.pmap)
A progress bar which works with parallel
Broyden Hessian updates (maybe use a proper Broyden solver rather rolling our own? the motivation in MuseInference.jl to roll our own was to work with more array types, but here that's less an issue since theres fewer of them)
getH / getJ still need implementing
The text was updated successfully, but these errors were encountered:
List of things needed to get to feature parity with the Julia version of this package:
pmap
placeholder is there but needs exploration how to make sure its usable with popular parallelizers, so maybemultiprocessing
,joblib
,ipyparallel
, andjax.pmap
)The text was updated successfully, but these errors were encountered: