ZoltanRacz / MomentMatching.jl

This is a package to estimate parameters of macroeconomic models by moment matching methods, such as GMM or SMM.
MIT License
1 stars 0 forks source link

add Optim as dependency #77

Closed ZoltanRacz closed 6 months ago

ZoltanRacz commented 6 months ago

Until now relying on defaults in optimization setting threw an error (#70) , since NelderMead() was not defined within the package. Optimization cannot run without a set algorithm however, so it seems necessary to add Optim as a dependency now. There might be a more elegant solution, might try to figure out later.