Automatic differentiation with Enzyme #62
Labels
automatic differentiation
development
Features/Tools related to development of GridKit, rather than use as a library.
enhancement
New feature or request
Issue to track progress on automatic differentiation. Includes features that were taken from #54 to limit the scope of that PR and other features as needed:
evaluateAutodiffJacobian
andgetAutodiffJacobian
within the models. I'm open to alternative software design choices. The hope is that placing the derivative evaluation within the same compilation unit as the function will work better than trying to differentiate a code that is already compiled.add_custom_command
approach will be hard to maintain.The text was updated successfully, but these errors were encountered: