Dear AdiGator Developers, I have a suggestion regarding the derivatives when the it zero. Sometimes in a large script the derivatives evaluated can be zero, for which AdiGator gives as error like this Index exceeds matrix dimensions. Error in cada/subsref (line 237) y = y(s(scount).subs{:}); Error in adigatorGenJacFile (line 242) output.JacobianStructure = sparse(adiout.deriv.nzlocs(:,1),... It would be great if there is a way to get a zero matrix of the desired size instead of this error to continue...
Hello, I am trying to use Adigator to calculate gradients for an optimization problem...