Hi all,
I am working on an optimization problem in Fortran and I need a gradient of a function. Fortran does not have a good autodiff library so I am thinking of writing the Fortran function in Julia, using Julia autodiff to generate the gradient and exporting the autodiff result back to Fortran to be used. Has anyone done something like this before? And willing to share your experience?
Thanks!