D*******a 发帖数: 3688 | 1 请问有没有什么solver可以解这种优化问题:
min \sum_i x_i f(y_i)
s.t. AX<=b
x_i \in {0,1}
y_i unconstrained real
where f(y_i) is convex in y_i | l*****i 发帖数: 3929 | 2 there is a solver called minlp
【在 D*******a 的大作中提到】 : 请问有没有什么solver可以解这种优化问题: : min \sum_i x_i f(y_i) : s.t. AX<=b : x_i \in {0,1} : y_i unconstrained real : where f(y_i) is convex in y_i
| l******n 发帖数: 9344 | 3 lingo
【在 D*******a 的大作中提到】 : 请问有没有什么solver可以解这种优化问题: : min \sum_i x_i f(y_i) : s.t. AX<=b : x_i \in {0,1} : y_i unconstrained real : where f(y_i) is convex in y_i
| S*M 发帖数: 536 | 4 if you use GAMS, solvers such as DICOPT, SBB, BARON can handle it
if use AMPL, -- BARON
AIMMS -- AOA, BARON
if C++, then try COIN-OR solver BONMIN
【在 D*******a 的大作中提到】 : 请问有没有什么solver可以解这种优化问题: : min \sum_i x_i f(y_i) : s.t. AX<=b : x_i \in {0,1} : y_i unconstrained real : where f(y_i) is convex in y_i
| S*M 发帖数: 536 | 5 reallY??
【在 l*****i 的大作中提到】 : there is a solver called minlp
|
|