Optimization problem with intlinprog
显示 更早的评论
Hi everyone,
I'm trying to solve an optimization problem with integer and continuous variables and I chose intlinprog because ga seems very slow with a big number of variables.
after a four of hours, this solver gives me the following results ( 'display','iter')
Solving problem using intlinprog.
LP: Optimal objective value is -9.338358e+06.
Branch and Bound:
nodes total num int integer relative
explored time (s) solution fval gap (%)
504 574.99 0 - -
1008 618.74 0 - -
1512 681.23 0 - -
2016 747.29 0 - -
2520 794.77 0 - -
3024 856.94 0 - -
3528 900.18 0 - -
4032 957.26 0 - -
4536 1007.86 0 - -
5040 1320.73 0 - -
5544 1339.90 0 - -
6048 1371.66 0 - -
6552 1389.46 0 - -
7056 1425.35 0 - -
7560 1466.88 0 - -
8064 1504.28 0 - -
8568 1543.27 0 - -
9072 1574.28 0 - -
9576 1597.74 0 - -
10080 1617.25 0 - -
10584 1632.35 0 - -
11088 1689.24 0 - -
11592 1788.00 0 - -
12096 1799.15 0 - -
12600 1817.04 0 - -
13104 1832.20 0 - -
13608 1846.55 0 - -
14112 1861.89 0 - -
14616 2126.65 0 - -
15120 2649.13 0 - -
15624 2682.48 0 - -
what does it mean? why there is no fval? Did I wait too little?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Choose a Solver 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!