Error in command capture for solveopt
Posted: Mon Feb 27, 2017 9:43 am
In Eviews 9.5 June 1 2016, when unchecking the box "Use analytic derivatives" in the solver dialog of the model object, the command capture window records
fullmodel.solveopt(j=f)
whereas it should be (j=n) for "numeric". Indeed trying to run the command with (j=f) yields an error.
fullmodel.solveopt(j=f)
whereas it should be (j=n) for "numeric". Indeed trying to run the command with (j=f) yields an error.