shengshengchina 发表于 2012-12-7 09:51

这种比较都是非常不负责任的,就几个例子来说明1stopt比lingo,matlab如何的好,真是可笑之极!我倒是知道在国赛,美赛的时候,很少人取用1stopt(或许很多人根本不知道还有这软件),相反很多人用的是lingo和matlab

雨轩 发表于 2013-10-15 15:46

请问,在曲线拟合时,想设置参数p+q<0,代码怎么写;
Title 1;
Parameters m=,p=,q;
Variable r,y;
Function y=m/p*(p+q)^2*exp(-(p+q)*r)/(1+q/p*exp(-(p+q)*r));
data;
1        784.4460399
2        385.1946207
3        248.832549
4        171.480356
5        132.5936623
6        107.9910237
7        88.41520049
8        74.53814261
9        61.05334493
10        51.38995818
11        43.99522346
12        38.64462974
13        33.48957774
14        26.47163677
15        22.33948151
16        17.82620098
17        16.11136881
18        15.19505764
19        14.36630399
20        13.62018843

dingd 发表于 2013-10-16 22:18


Title 1;
Parameters m=,p=,q;
Variable r,y;
Function y=m/p*(p+q)^2*exp(-(p+q)*r)/(1+q/p*exp(-(p+q)*r));
            p+q<0;
data;
1      784.4460399
2      385.1946207
....

czsgnkc 发表于 2014-9-29 13:52

非常感谢~~~~~~~~~~~











http://shopgo.org/   http://zhidaotong.org/sitemap.html   http://ppspps.org/
页: 1 2 3 [4]
查看完整版本: [原创]1stOpt优化应用 - 与Matlab对比!