slimgroup / JUDI.jl

Julia Devito inversion.
https://slimgroup.github.io/JUDI.jl
MIT License
94 stars 29 forks source link

Function name incorrect in FWI example in README #223

Closed advaitb closed 5 months ago

advaitb commented 5 months ago

The line x, fsave, funEvals= minConf_SPG(objective_function, vec(m0), ProjBound, options) throws an error because the function doesn't exist in SlimOptim, should probably be replaced by x, fsave, funEvals= spg(objective_function, vec(m0), ProjBound, options)

mloubout commented 5 months ago

Missed this one indeed, thank you for catching it, fixed.