h*********a 发帖数: 1605 | 1 you may download illegal version of CPLEX from internet. |
|
|
l******9 发帖数: 579 | 3 Hi,
被script programming 问题难住了
我需要run 一系列 c++ 可执行文件,
program1 : 产生一些数据文件
然后手动 产生一个模型框架文件
program2 : 根据上面数据文件, 模型框架文件, 产生一些模型文件
然后手动通过调用 CPLEX (a linear programming solver package)
解这些模型, 然后用 SAS 分析模型的解
请问, 我该用 perl, python or shell script 来进行上述 operations ?
I am working on Linux.
Any help or advice is really appreciated.
Thanks |
|
e********g 发帖数: 2524 | 4 下了个不知道怎么cook出来的版本,没有cplexe :( |
|
|
D*******a 发帖数: 3688 | 6 cplex应该可以,如果要免费的,看看coin-or里面有没有library |
|
l******9 发帖数: 579 | 7 我需要run 一系列 c++ 可执行文件,
program1 : 产生一些数据文件
然后手动 产生一个模型框架文件
program2 : 根据上面数据文件, 模型框架文件, 产生一些模型文件
然后手动通过调用 CPLEX (a linear programming solver package)
解这些模型, 然后用 SAS 分析模型的解
请问, 我该用 perl, python or shell script 来进行上述 operations ?
I am working on Linux.
Any help or advice is really appreciated.
Thanks |
|
p***o 发帖数: 1252 | 8 Many optimizations packages like mosek and cplex have interfaces
to c/c++ and other popular languages. |
|
f*****e 发帖数: 2992 | 9 IBM的cplex?小规模的Matlab也挺好使的。 |
|
r*g 发帖数: 3159 | 10 严肃点的都用cplex,mosek什么的.matlab/python都是个界面而已.这个python赢不了. |
|
G*****9 发帖数: 3225 | 11 I am creating *.SO files based on CPLEX ILOG Concert. However, this
technology is not officially supported on AIX and the main issue lies in
that g++ cannot link libraries right due to name mangling.
On IBM's bbs, people told me it is very challenging to use c++/ILOG Concert
on AIX. I want to try my luck here. |
|
p***o 发帖数: 1252 | 12 Try IBM ILOG CPLEX first. |
|
f*****g 发帖数: 887 | 13 这应该算个常见问题吧,有什么算法可以借鉴吗?
IBM ILOG CPLEX是个tool,里面算法没法知道啊 |
|
Y********x 发帖数: 322 | 14 It also had a ridiculous typo in compilation commands. I do not know if it h
as been revised.
I |
|
l*****a 发帖数: 119 | 15 MIP is not a easy question as LP. Even for LP, no any solver can claim it
will solve all the problems.
I |
|
|
|
|
t***s 发帖数: 4666 | 19 will they make cplex free? hehe. |
|
l*****i 发帖数: 3929 | 20 cplex?他们自己网站上就有,但是应该是学生版,有变量个数限制的 |
|
|
r*******g 发帖数: 1335 | 22 请教大虾
现有一个网络优化问题,输入的流很多,100000来个,网络较小。是个线性规划问题,
decision variable是每个流在每个link上的流量,decision variable是个矩阵。
现在不是找算法,是问用什么软件算方便。matlab里面的linprog的decision variable
能不能是一个矩阵?我看了下cplex,觉得这些东西的variable好象都不是矩阵而是向
量。
现在比较困惑,用什么比较方便。如果能有cvx那样的软件就好了,cvx可以直接写成
cvx_begin, cvx_end, variables, subject之类的。总之就是输入很直观。
我目前已经写好了针对问题的cvx程序,但是很慢,所以希望最好有只是针对linear
programming的软件就好。现在的困惑就是,约束条件太多,decision variable是
matrix,不知道怎么写代码,用哪个方便。
多谢。 |
|
r********n 发帖数: 7441 | 23 取决于你的问题是否是convex的,如果是,用lagrangian可以建立解得sufficient &
necessary condition,或者CPLEX直接可以求解;如果不是convex program,你只能求
出所有stationary point,然后比较,一般用sqp (sequential QP) 或者slp (
sequential LP) |
|
|
d********e 发帖数: 132 | 25 研究中需要解一些优化的问题,能推荐一些好的软件吗?
发现ILOG CPLEX 很popular, 但没有给学生用的免费版。 |
|
k*******d 发帖数: 1340 | 26 Matlab里面就有一些优化的工具包,Boyd组写了一个基于Matlab的cvx工具
Cplex确实很好,特别是做整数优化的时候,如果能让你老板买一个那是最好 |
|
r***q 发帖数: 203 | 27 ibm 有个academic initiative program 学生是可以免费拿到full version的cplex的 |
|
d******e 发帖数: 7844 | 28 哪位DX知道怎么把TOMLAB和YALMIP结合起来么?
我想用MATLAB调用CPLEX |
|
|
|
d******e 发帖数: 7844 | 31 但是tomlab的cplex必须使用标准形式的输入,没有YALMIP那么灵活。 |
|
r*****k 发帖数: 1281 | 32 商业软件 诸如Cplex都是用simplex method解决
大规模问题的 |
|
g****t 发帖数: 31659 | 33 我以前看过一个做商业软件的人写的非产好的实用文章.
回头我可以查查看.
单纯形要让我写程序,我可能得一周.我不熟悉应用要做的那些
corner case的处理和tuning.
牛顿法一上午就行了.
商业软件 诸如Cplex都是用simplex method解决
大规模问题的 |
|
D*******a 发帖数: 3688 | 34 cplex有几个solver的,会根据问题来选择 |
|
|
|
t*s 发帖数: 1504 | 37 如果可以的话,最好是读入prime,输出dual form
再不济,读入prime,输出dual solution |
|
A*******r 发帖数: 768 | 38 我知道有,但是stochastic programming有很多形式哈
不一定是期望值的
这个基本上没啥好办法。常见的是两阶段法或者什么二层规划
但是不解决本质问题
除非你的问题有很好的结构能把第二层去掉,这样就可以只解第一层
就是一个整数规划问题。那么就有cplex之类的软件可以应用
不然的话。tabu search可能会比较适合一点,对每个解嵌套一个随机模拟
不要用genetic algorighm。这样大量时间会会花在模拟上
可以google一下这方面的东西,有很多文献的。我对这块一直没啥兴趣。
以上纯属个人意见 |
|
|
r*******g 发帖数: 1335 | 40 请教大虾
现有一个网络优化问题,输入的流很多,100000来个,网络较小。是个线性规划问题,
decision variable是每个流在每个link上的流量,decision variable是个矩阵。
现在不是找算法,是问用什么软件算方便。matlab里面的linprog的decision variable
能不能是一个矩阵?我看了下cplex,觉得这些东西的variable好象都不是矩阵而是向
量。
现在比较困惑,用什么比较方便。如果能有cvx那样的软件就好了,cvx可以直接写成
cvx_begin, cvx_end, variables, subject之类的。总之就是输入很直观。
我目前已经写好了针对问题的cvx程序,但是很慢,所以希望最好有只是针对linear
programming的软件就好。现在的困惑就是,约束条件太多,decision variable是
matrix,不知道怎么写代码,用哪个方便。
多谢。 |
|
d********e 发帖数: 132 | 41 研究中需要解一些优化的问题,能推荐一些好的软件吗?
发现ILOG CPLEX 很popular, 但没有给学生用的免费版。 |
|
l*****a 发帖数: 119 | 42 CPLEX MOSEK 肯定都有并行的版本
问题是都不免费 |
|
c*y 发帖数: 137 | 43 For some reason, my earlier post was deleted from this board, so I am
posting it again. We have received some strong resumes and will be
conducting phone interviews from next week. If you have strong background in
optimization theories, please submit your resume to c_yy@
hotmail.com or apply through the following URL:
https://careers.sac.com/JobDetail.aspx?id=150
BTW: If you could list your past experiences/projects/research/publications
in the area of numeric analyses and optimizations, it woul... 阅读全帖 |
|
m****d 发帖数: 331 | 44 Optimization models? MIP/stochastic programming models on transmission
networks. I only know MatLab, VBA, and other optimization packages, e.g.
GAMS/Cplex. Not familiar with C++.
-
algorithm |
|
k*******d 发帖数: 1340 | 45 CPLEX(by IBM) is very good and fast (supports multithreading) but it is not
free. |
|
b*********e 发帖数: 2 | 46 Please send you resume to k****[email protected]
Job Description
Using optimization packages such as CPLEX and MatLab to build applications
for secondary marketing loan execution. Developing tools to value plain
vanilla and non-plain vanilla options related to Mortgage Back Securities.
In addition, this candidate will be potentially involved in pipeline fallout
model implementation.
Job Requirements
A PhD (preferred) or Master's degree in science or engineering. Extensive
experience in appli |
|
k*******d 发帖数: 1340 | 47 这还真没啥概念,Matlab就可以做。。。library的话, 我只知道CPLEX可以做
programing |
|
c****y 发帖数: 3592 | 48 cplex是个软件,用起来不太方便吧,能不能导出code?除了optimization,其他code还
是要自己写的 |
|
|
c*y 发帖数: 137 | 50 For some reason, my earlier post was deleted from this board, so I am
posting it again. We have received some strong resumes and will be
conducting phone interviews from next week. If you have strong background in
optimization theories, please submit your resume to c_yy@
hotmail.com or apply through the following URL:
https://careers.sac.com/JobDetail.aspx?id=150
BTW: If you could list your past experiences/projects/research/publications
in the area of numeric analyses and optimizations, it woul... 阅读全帖 |
|