Getting Results from Minimize function
I frequently use the Minimize function in JSL to solve a non-linear equation and one thing i have noticed is that occasionally, the function may fail to reach convergence. Is there a way to get those results from the script? I am writing a script to solve the model for many different subsets of data and while I can get the parameters, minimized objective and number of iterations for each model th...