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

Save local points in order of inputs #87

Closed ZoltanRacz closed 4 months ago

ZoltanRacz commented 6 months ago

Instead of saving local points ordered from best point to worst, we should save them in the order of starting points serving as input.

Pro:

Con:

gualtiazza commented 5 months ago

Added a new element in EstimationResult structure that contains the original order of the local points. This way we just need to write a new plot to see to which global points the local correspond instead of changing all the functions that assumed xloc was ordered

ZoltanRacz commented 4 months ago

In the end this was solved by including xlocstarts in EstimationResults