Avoid Local Minima ngreyest

조회 수: 3 (최근 30일)
Gianpio Caringella
Gianpio Caringella 2021년 10월 3일
답변: Meet 2024년 11월 20일
Hello to everyone,
I am writing this post because I would like to know if there are some ways to avoid local minima in parameter estimation done by nlgreyest. I've discovered the global optimization toolbox but it seems to do not work with idnlgrey data types, at least directly. Do you know if there are alternative ways to use it in grey box parameter indentification ?
Thanks in advance.

답변 (1개)

Meet
Meet 2024년 11월 20일
Hi Gianpio,
You can run "nlgreyest" multiple times using different initial parameter values to explore various local minima. Alternatively, you can set bounds on the parameters within the "idnlgrey" model to restrict the optimization search space.
Hope this helps!!

카테고리

Help CenterFile Exchange에서 Linear Model Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by