Can anyone answer me?
Add an optimization algorithm to simulink
1 view (last 30 days)
Show older comments

how can I change this (fminsearch) optimizer to another optimization algorithm?
3 Comments
Accepted Answer
Sam Chak
on 23 Apr 2022
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.
More Answers (0)
See Also
Categories
Find more on Simulink Design Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!