由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Binary integer programming in Matlab?
相关主题
请教MINLP solverProgramming with objects
在线等:紧急求助Matlab高手(ODE问题)big java early object 答案
如何快速求一个5000*5000的对称矩阵的逆直接用NR的源程序需要注意什么吗?
请教一个计算速度的问题请教:求最值问题
[转载] matlab的字符串处理功能强吗?Fast solver of linear equation system
请教如何用MATLAB去fit一个多项式?help on nonlinear programming solver
请问:如何在matlab里面算p-value (multivariate)如何用变步长的差分法解PDE?
这里有没有人熟悉mosek的MILP/MINLP?请大虾推荐一个fully implicit solver.
相关话题的讨论汇总
话题: matlab话题: function话题: binary话题: objective话题: integer
进入Computation版参与讨论
1 (共1页)
Y********x
发帖数: 322
1
There is a command called Bintprog in Matlab. But it seems
it does not support user-defined objective function. I mean
the ojbective function required in its form is just a
coefficients vector. Other optimization commands in Matlab
such as fmincon all support user-defind obj. ftn. I have a
kind of complex objective function and would like to define
it as a separate function. Anyone knows how to handle this?
l*****i
发帖数: 3929
2
From your description, the bintprog function in Matlab doesn't seem to be ab
le to solve problems with non-linear ojective... What's your objective funct
ion anyway?

【在 Y********x 的大作中提到】
: There is a command called Bintprog in Matlab. But it seems
: it does not support user-defined objective function. I mean
: the ojbective function required in its form is just a
: coefficients vector. Other optimization commands in Matlab
: such as fmincon all support user-defind obj. ftn. I have a
: kind of complex objective function and would like to define
: it as a separate function. Anyone knows how to handle this?

Y********x
发帖数: 322
3
it is highly nonlinear and need to be described by a separate
function. maybe I have to resort to other more powerful solver. Anybody know
s other BIP solver i can try? Thanks a bunch!

ab
funct

【在 l*****i 的大作中提到】
: From your description, the bintprog function in Matlab doesn't seem to be ab
: le to solve problems with non-linear ojective... What's your objective funct
: ion anyway?

l*****i
发帖数: 3929
4
Google "MINLP", written by Fletcher and Leyffer. Maybe your problem is just
a piece of cake for it. There is a link for it with AMPL input. Or you can c
ontact Sven Leyffer (he is a nice guy) for help.

know

【在 Y********x 的大作中提到】
: it is highly nonlinear and need to be described by a separate
: function. maybe I have to resort to other more powerful solver. Anybody know
: s other BIP solver i can try? Thanks a bunch!
:
: ab
: funct

Y********x
发帖数: 322
5
Thanks for the information. I appreciate it!
I will have a try.

just
c

【在 l*****i 的大作中提到】
: Google "MINLP", written by Fletcher and Leyffer. Maybe your problem is just
: a piece of cake for it. There is a link for it with AMPL input. Or you can c
: ontact Sven Leyffer (he is a nice guy) for help.
:
: know

1 (共1页)
进入Computation版参与讨论
相关主题
请大虾推荐一个fully implicit solver.[转载] matlab的字符串处理功能强吗?
再请教Re: 请教大家c++ array请教如何用MATLAB去fit一个多项式?
再问个excel solver &VBA问题请问:如何在matlab里面算p-value (multivariate)
[求助]ODE数值解不converge这里有没有人熟悉mosek的MILP/MINLP?
请教MINLP solverProgramming with objects
在线等:紧急求助Matlab高手(ODE问题)big java early object 答案
如何快速求一个5000*5000的对称矩阵的逆直接用NR的源程序需要注意什么吗?
请教一个计算速度的问题请教:求最值问题
相关话题的讨论汇总
话题: matlab话题: function话题: binary话题: objective话题: integer