branch and bound optimization
23 ビュー (過去 30 日間)
古いコメントを表示
how to use branch and bound to solve a simple problem of maximization
& thnx
0 件のコメント
回答 (1 件)
Devyani Maladkar
2021 年 8 月 25 日
Hello,
It is my understanding that you want to understand how to use branch and bound optimisation to solve a maximization problem.
You can refer to the documentation provided for the function intlinprog that can be used to solve mixed integer linear programming problems and uses branch and bound algorithm, there are examples of using the function in the same documentation. More details of the algorithm can be found in the documentation for Mixed Linear Programming Algorithms.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Surrogate Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!