the convergence of the iterative algorithm has a major problem
2 ビュー (過去 30 日間)
古いコメントを表示
In order to solve an optimization problem, I divided the main problem into two sub-problems. The two sub-problems require to be solved iteratively until the algorithm converges.
I use the bi-section search followed by the (LLL) lattice-reduction algorithm to solve the first sub-problem. In the second sub-problem, I used the barrier method to solve it.
However, the solution of the first sub-problem depends on a sub-optimal, say if not heuristic, algorithm, then the alternating algorithm often easily terminates due to no or even adverse progress. How do I solve this kind of problem?
I suggest running the iterative algorithm over many realizations and taking the average over these realizations at the end. But, I am not sure if this solution is valid or not.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Nonlinear Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!