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
I'm interested in implementing Post's inversion formula which is used in neurocomputational models of memory and learning. I imagine that it would be dependent on ForwardDiff. Is this something you would like to add to this package? Do you have any suggestions?
The text was updated successfully, but these errors were encountered:
Hi. Yes, this sounds interesting in principle. Including it in InverseLaplace.jl is a possibility. I think adapting it for the InverseLaplace.jl interface would be relatively easy. The more labor intensive part is developing the algorithm. If you can develop it and test it in another repo or gist and it looks like a good fit, then yes I will include it. One possible sticking point is the added dependency. But, IIRC ForwardDiff is pure Julia, so this should not be a problem.
I'm interested in implementing Post's inversion formula which is used in neurocomputational models of memory and learning. I imagine that it would be dependent on ForwardDiff. Is this something you would like to add to this package? Do you have any suggestions?
The text was updated successfully, but these errors were encountered: