SciML / OptimizationBase.jl

The base package for Optimization.jl, containing the structs and basic functions for it.
MIT License
8 stars 5 forks source link

Trying the approach to just change forward diff gradient to threaded gradient #30

Closed TejasweeSulekh closed 3 weeks ago

TejasweeSulekh commented 3 months ago

Checklist

Additional context

This is a draft PR for adding PolyesterForwardDiff for AD backed Optimization. So far, I have changed the gradient to threaded gradient. I still have to figure out how to implement the Hessian using PolyesterForwardDiff. I didn't because I am not sure If I should separately calculate the hessian and add it as f.hess or should I try adding some changes in the numauto_color_hessian() function.