Effacer les filtres
Effacer les filtres

Parameter estimation behavior by GA optimization toolbox

1 vue (au cours des 30 derniers jours)
Khoo
Khoo le 22 Août 2013
For the parameter estimation by GA optimization toolbox, is that possible that the estimated parameter deviates from the true values?
Thanks!

Réponse acceptée

Shashank Prasanna
Shashank Prasanna le 22 Août 2013
Do you know the true values? It is always entirely possible that the estimates are not the same as your true values that let you generate the data. After all you are only working with a sample dataset.
There are a number of ways to improve your results:
You can use HybridFcn to try and improve the result using another solver from where GA terminated:
  4 commentaires
Khoo
Khoo le 23 Août 2013
Yea, I know the random initial value just like SA does. But then how can I find the mean square error then? The mean square error is defined by
mean(error^2)
where the error =estimated-initial point
Thanks!
Khoo
Khoo le 23 Août 2013
Okay. I guess i get it. By setting the 'InitialPopulation' in gaoptimset to my preference initial point.
Thank you very much!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by