I am trying to model the P300 complex of event-related potentials across conditions. For that, I randomly sample parameters, fit a model with these parameters and keep record of parameters vectors that give a reasonable mean squared error (MSE). Next, I run fminsearch in Matlab with the best parameters vectors and search for best-fitting parameters. However, this results in 20-30 models with highly similar MSE, e.g.
0.0298 0.0302 0.0305
etc.
I think that simply selecting the model with smallest MSE is not perfect, as the difference in MSE between 1st and 10th best model is marginal. What is the rule for selecting best model in such cases? Could you recommend a paper or a book on this topic?
Best, Dawid