Why fmincon's interior-point algorithm gives infeasible points for feasibility problem?

2 ビュー (過去 30 日間)
Abdolkarim Mohammadi
Abdolkarim Mohammadi 2019 年 4 月 29 日
編集済み: Sean de Wolski 2019 年 4 月 29 日
I am creating an initial feasible population for my optimization problem along the lines of this. I tried the technique with different solvers included in fmincon and noticed that albeit slowly, the medium-scale solvers sqp and active-set could give me feasible points but some points returned by the large-scale interior-point did not satisfy the constraints. Why this happens?
My problem has about 2000 linear inequality constraints and about 1500 variables, where none of them are integers.
  1 件のコメント
Sean de Wolski
Sean de Wolski 2019 年 4 月 29 日
編集済み: Sean de Wolski 2019 年 4 月 29 日
Post the MAT file containing the constraints and the code you use to optimize. IP should not be returning infeasible points and it is likely a bug in your constraints.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by