Add an optimization algorithm to simulink
조회 수: 4 (최근 30일)
이전 댓글 표시

how can I change this (fminsearch) optimizer to another optimization algorithm?
댓글 수: 3
Walter Roberson
2022년 4월 23일
Your diagram does not appear to include any optimization block. The block you circled looks to me as if it is a root finding block.
채택된 답변
Sam Chak
2022년 4월 23일
Please follow the example here:
https://www.mathworks.com/help/physmod/sps/ug/battery-parameter-extraction-from-data.html#d123e30675
Find the m-file
edit ee_battery_opt_m
and you can copy the script and replace the fminsearch() function with your desired optimizer.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Design Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!