can i use different solvers for problem based optimisation in matlab

1 view (last 30 days)
Hi
can i use different solvers for problem based optimisation in matlab, like GA, PSO etc ?
If so how can i do it ?
Please advice
I have followed this below example and modelled my system as problem based .
https://www.mathworks.com/videos/mathematical-modeling-with-optimization-part-2-68974.html

Accepted Answer

Alan Weiss
Alan Weiss on 20 Sep 2021
You CAN use different solvers. The question is, SHOULD you? In other questions you have shown that you are trying to solve an MILP problem. You definitely should not use a nondefault solver for that kind of problem.
To use a different solver, consult the documentation for the solve function, the Name,Value arguments.
Alan Weiss
MATLAB mathematical toolbox documentation
  1 Comment
NN
NN on 20 Sep 2021
Thank you .I am sorry i am learning this process,searching and finding out myself.
Thank you for the valuable information

Sign in to comment.

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!