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
Hi,
Thanks for the great documentation and making this open! I am implementing a custom function and it compiles and is callable.
I always have my input parameters returned and it runs just for 1 iteration with a "0" return state. Chi-square is large.
How do I best trouble shoot this? CPUfit and call from C++? Or is there a simpler way to try to locate the point(s) of error.
Thanks!
Soren
The text was updated successfully, but these errors were encountered:
Sorry for the late response. Yes, debugging is going to be easiest in Cpufit, and this will let you test whether your expressions for the fit functions and derivatives are correct, etc.
Hi,
Thanks for the great documentation and making this open! I am implementing a custom function and it compiles and is callable.
I always have my input parameters returned and it runs just for 1 iteration with a "0" return state. Chi-square is large.
How do I best trouble shoot this? CPUfit and call from C++? Or is there a simpler way to try to locate the point(s) of error.
Thanks!
Soren
The text was updated successfully, but these errors were encountered: