Convert Problem-Based to Solver-Based Optimization Problem

2 ビュー (過去 30 日間)
Daud
Daud 2019 年 2 月 19 日
コメント済み: Daud 2019 年 2 月 20 日
Hi,
Is there any way to directly convert the Problem-Based Optimization Problem Setup to Solver-Based Optimization Problem Setup in optimization toolbox.
Currently I have produced MILP formulation using problem based setup in optimization toolbox. But now I have realized to compare with other algorithms (i.e, ga) I may need solver-based setup.
Or should I write a new script because global optimizatioon toolbox doesn't support problem-based script.

回答 (1 件)

Alan Weiss
Alan Weiss 2019 年 2 月 19 日
Coincidentally, that question was asked and answered recently. Bottom line: convert the problem by using prob2struct.
Alan Weiss
MATLAB mathematical toolbox documentation
  1 件のコメント
Daud
Daud 2019 年 2 月 20 日
Perfect, I will have a look...
Thanks alot

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by