JuliaNLSolvers / NLSolversBase.jl

Base package for optimization and equation solver software in JuliaNLSolvers
Other
30 stars 28 forks source link

Split NonDifferentiable into real and imaginary parts #134

Open thisrod opened 4 years ago

thisrod commented 4 years ago

This is required for Optim to support zeroth order methods with complex minimizers. A PR for that will follow in a few minutes.