can i use different solvers for problem based optimisation in matlab

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

 채택된 답변

Alan Weiss
Alan Weiss 2021년 9월 20일

0 개 추천

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

Thank you .I am sorry i am learning this process,searching and finding out myself.
Thank you for the valuable information

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기

태그

질문:

NN
2021년 9월 19일

댓글:

NN
2021년 9월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by