emmt / OptimPackNextGen.jl

An almost pure Julia version of OptimPack for numerical optimization with particular focus on large scale problems
Other
12 stars 6 forks source link

Use Zygote.withgradient that is faster than successive call of gradie… #11

Closed FerreolS closed 10 months ago

FerreolS commented 11 months ago

Zygote.withgradient is faster than successive calls (1.5x in my case)

emmt commented 10 months ago

Cheers!