由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 请教MINLP solver
相关主题
Binary integer programming in Matlab?再请教Re: 请教大家c++ array
这里有没有人熟悉mosek的MILP/MINLP?再问个excel solver &VBA问题
直接用NR的源程序需要注意什么吗?[求助]ODE数值解不converge
在线等:紧急求助Matlab高手(ODE问题)Help! 有谁用过LSODE/LSODA?
Fast solver of linear equation systemvery dissapointed with Cplex
help on nonlinear programming solver求助:DGBTRS
如何用变步长的差分法解PDE?请问哪里能下到非线性方程组fortran solver?
请大虾推荐一个fully implicit solver.有人用过 ufl 的 cholmod solver 吗?
相关话题的讨论汇总
话题: solver话题: minlp话题: baron话题: ax
进入Computation版参与讨论
1 (共1页)
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
1 (共1页)
进入Computation版参与讨论
相关主题
有人用过 ufl 的 cholmod solver 吗?Fast solver of linear equation system
R&D Engineer Position in Numerical Methodshelp on nonlinear programming solver
有啥好的optimization的c/c++库可以用如何用变步长的差分法解PDE?
CG versus BFGS for iterative linear solvers请大虾推荐一个fully implicit solver.
Binary integer programming in Matlab?再请教Re: 请教大家c++ array
这里有没有人熟悉mosek的MILP/MINLP?再问个excel solver &VBA问题
直接用NR的源程序需要注意什么吗?[求助]ODE数值解不converge
在线等:紧急求助Matlab高手(ODE问题)Help! 有谁用过LSODE/LSODA?
相关话题的讨论汇总
话题: solver话题: minlp话题: baron话题: ax