jaxfit
jaxfit copied to clipboard
Using vmap
Hi, I want to perform an vmap iteration over an array, but the "TracerArrayConversionError" appears. I want to ask if it is possible to use this kind of operation or not. Thanks for your answer.
Currently, the curve fit function includes control code which is not JIT compatible. This was a design choice to maintain all of the same functionality from SciPy's curve_fit function
In the future a simplified JIT compatible version will be added.
Thanks for you answer. Cheers