rmcclosk / thesis

Rosemary McCloskey's Master's thesis
0 stars 0 forks source link

Try grid search for 1-2 parameter models #5

Closed rmcclosk closed 8 years ago

rmcclosk commented 8 years ago

All of the generative network models I'm working with now (preferential attachment, random, small world, and Pareto degree sequence) have either 1 or 2 parameters. As a sanity check, it should be possible to try grid search instead of SMC to estimate these on simulated networks.

rmcclosk commented 8 years ago

I did this. They are the gridsearch-* experiments under simulations. Some work better than others.