登录
首页 » matlab » shuffle

shuffle

于 2013-01-24 发布 文件大小:214KB
0 200
下载积分: 1 下载次数: 107

代码说明:

  利用拉格朗日松弛法求解机组组合问题,考虑领域搜索的随机性(Using Lagrangian relaxation method to solve the unit combination problem, considering the randomness of the search field)

文件列表:

crossover.m,288,2007-02-01
ex1201.m,238,2007-03-15
ex1202.m,395,2007-03-15
ex1203.m,299,2007-03-15
ex1204.m,305,2007-03-16
ex1205.m,314,2007-03-16
ex1206.m,428,2007-03-15
ex1207.m,394,2007-03-15
ex1208.m,527,2007-03-15
ex1209.m,893,2007-03-16
ex1211.m,170,2007-03-15
ex1212.m,185,2007-03-16
ex1213.m,168,2007-03-16
ex1214.m,351,2007-03-16
ex1215.m,108,2007-03-16
ex1216.m,52,2007-03-16
ex1217.m,181,2007-03-16
ex1218.m,177,2007-03-16
ex1219.m,107,2007-03-16
ex1220.m,135,2007-03-16
f1209.m,320,2007-03-16
f1211.m,77,2007-03-16
f1215.m,104,2007-03-16
f1216.m,54,2007-03-16
f1219.m,81,2007-03-16
f1220.m,526,2007-03-16
fcon1212.m,155,2007-03-16
fcon1219.m,112,2007-03-16
genetic.m,1703,2007-02-01
gen_decode.m,319,2007-02-01
gen_encode.m,359,2007-02-01
MATLAB最优化计算20例.pdf,228169,2009-02-19
mutation.m,301,2007-02-01
Mu_Inv.m,96,2007-02-01
Nelder0.m,1457,2007-02-01
Opt_Golden.m,766,2007-01-24
Opt_Nelder.m,624,2007-01-31
Opt_Quadratic.m,1372,2007-02-01
Opt_Simu.m,1048,2007-02-01
Opt_Steepest.m,1641,2007-02-01
shuffle.m,186,2007-02-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • imrpa
    滤波求和方式实现宽带波束形成,从先验概率中采样,计算权重,最小均方误差(MMSE)的算法。( Filtering summation way broadband beamforming, Sampling a priori probability, calculate the weight, Minimum mean square error (MMSE) algorithm.)
    2017-05-07 20:26:01下载
    积分:1
  • adina源代码
    麻省理工大学k.j.bathe 教授开发的adina代码,欢迎大家下载,(adina sources by k.j.bathe MIT please download)
    2021-04-14 10:48:55下载
    积分:1
  • umat_temp
    用ABAQUS及其子程序解决热冲压热力耦合问题(Subroutine with ABAQUS and hot stamping coupled thermal problem solving)
    2020-09-14 14:27:57下载
    积分:1
  • 20036127002
    反密法在数值计算中的地位就不用我来一一列举了,此程序就可以轻易的使其实现。(anti-secret numerical calculation method in the position I would not have to list them one by one, this procedure can easily achieve it.)
    2006-11-24 18:26:46下载
    积分:1
  • SVD
    % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
    2020-12-21 10:29:08下载
    积分:1
  • vumat1
    是ABAQUS有限元模拟软件的子程序,主要研究损伤断裂(a subroutine of ABAQUS for damage and fracture )
    2015-01-03 09:27:40下载
    积分:1
  • Stress-wave-induced-Fracture
    计算动力学研究,应力波引起的裂纹扩展问题,供大家学习(Kinetics calculations, crack propagation problems caused by stress wave for everyone to learn)
    2013-12-28 22:12:46下载
    积分:1
  • oneshot
    用FORTRAN编制的交错网格化数值模拟程序,生成共炮点理论地震记录。(using FORTRAN compiled by the staggered grid of numerical simulation program to produce a total theoretical shot seismic record.)
    2007-04-24 16:03:49下载
    积分:1
  • FDTD
    是以有限差分算法的MATLAB实现,可以运行的,给出谐振腔的场强的表示方法(finite diffenence time domain programmed by matlab language is for cavity, and its elelctro magnetic field can be showed.)
    2009-04-28 08:17:33下载
    积分:1
  • fitline
    最小二乘拟合空间直线,和单独的误差计算函数(Linear least squares fitting space, and a separate error calculation function)
    2016-08-28 16:19:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载