필터 지우기
필터 지우기

Parameter estimation behavior by GA optimization toolbox

조회 수: 1 (최근 30일)
Khoo
Khoo 2013년 8월 22일
For the parameter estimation by GA optimization toolbox, is that possible that the estimated parameter deviates from the true values?
Thanks!

채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 8월 22일
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
Khoo
Khoo 2013년 8월 23일
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 2013년 8월 23일
Okay. I guess i get it. By setting the 'InitialPopulation' in gaoptimset to my preference initial point.
Thank you very much!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Direct Search에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by