登录
首页 » matlab » SGA2[1].0

SGA2[1].0

于 2007-10-15 发布 文件大小:9KB
0 261
下载积分: 1 下载次数: 117

代码说明:

  GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;(GA (Simple Genetic Algorithm) is a powerful, intelligent multi-variable optimization algorithms, which mimic the breeding populations of the law to be optimized. SGA can optimize this variable, and the minimum value, maximum value (when the function of the countdown you will seek the minimum value) and to support the floating-point encoding, grey code, binary code round of gambling options, tournament selection single-point crossover, uniform Cross, floating-point crossover single point mutation, floating-point variation )

文件列表:

SGA2.0
......\AimFcn.m
......\Code.m
......\Cross.asv
......\Cross.m
......\Decode.m
......\GA.asv
......\GA.m
......\Mutation.m
......\ReadMe.txt
......\Select.asv
......\Select.m
......\TestGA.m

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

发表评论

0 个回复

  • Variable-Selection-Lab
    说明:  变量选择方法的代码,本人经编写验证正确而的代码,欢迎使用(Variable selection method code, I verify the correct and by writing code, Welcome)
    2011-03-21 09:50:23下载
    积分:1
  • 00099989898
    协作分集的协作研究 通信 信道衰落 协作分集 协作协议 中断概率(Collaborative research cooperative diversity communication channel fading cooperation agreement cooperative diversity outage probability)
    2011-05-10 21:47:22下载
    积分:1
  • chazhi
    载波同步算法-二次插值算法的Matlab仿真,算法性能很好,性能接近MCRB,可以广泛应用于卫星通信等行业。(Carrier synchronization algorithm- quadratic interpolation algorithm Matlab simulation, good performance of the algorithm can be widely used in satellite communications and other industries.)
    2014-06-14 11:48:05下载
    积分:1
  • kalman_update
    Kalman filter examples, kalman_update
    2010-08-09 16:31:17下载
    积分:1
  • calcLocalizationCRB
    无线传感定位算法中的,质心定位算法。Matlab编程开发。(Centroid localization algorithm in wireless sensor positioning algorithm. Matlab programming development.)
    2012-09-25 20:46:57下载
    积分:1
  • SVM
    对于胡良谋的书《支持向量机故障诊断及控制技术》中的各个例程,绝对有用(For Liang- Mou s book " support vector machine fault diagnosis and control technology" of the various routines)
    2014-01-14 09:58:58下载
    积分:1
  • 适用于捷联惯导系统(SINS)初始对准的新算法self-alignment
    在运载体运动情况下,提出了一种适用于捷联惯导系统(SINS)初始对准的新算法,该算法以惯性空 间为过渡参考基准,即建立了初始时刻惯性坐标系(i0系)和初始时刻捷联惯组惯性坐标系(ib0系)两个惯性坐标 系。将捷联惯组坐标系(b系)与导航坐标系(n系)之间的初始对准姿态矩阵的实现分解为三步骤:(1)通过地理 位置和初始对准时间求解i0系至n系的变换矩阵 (2)通过惯导比力方程变形,引入测速仪速度辅助,求解从ib0 系至i0系的常值变换矩阵 (3)使用姿态更新算法实时计算b相对于ib0系的变换矩阵。最后,载车运动环境下的 初始对准试验结果表明航向角对准精度达到了0.1b(1R)。 (On the moving base, a new initial alignment algorithm for strapdown inertial navigation system (SINS) is proposed. In this algorithm, two special inertial frames, the initia-l time inertial frame (i0frame) and the initia-l time SINS body inertial frame (ib0frame), are defined and are selected as transition reference frames. The calculation of initial alignment direction cosine matrix (DCM) between SINS body frame (bframe) and nav- igation reference frame (nframe) is expanded into three parts: (1) the DCM betweeni0frame andnframe is easily obtained via local geographical coordinates and initial alignment time (2) by expressing SINS specific force equation inbframe and by the aid of external velocity log, the constant DCM fromib0frame toi0frame is achieved (3) attitude updating using gyro samples gets the DCM betweenbframe andib0frame. In the end, some vehicular tests are carried out on the moving base and the accuracy of azimuth reaches about 0.1b(1R). )
    2015-08-23 07:58:59下载
    积分:1
  • openOfile
    逐行读取GPS观测文件中的信息,实现提取站坐标,L,P观测值等各项观测值,生成一个观测值矩阵。(GPS observation file line by line to read the information, to achieve extraction station coordinate, L, P observations and other observations, to generate a matrix of observations.)
    2011-05-19 10:11:09下载
    积分:1
  • sfuntmpl
    matlab 的s函数模板,用s函数是,在这个基础上修改后就可以用了!!(matlab s-function template, use the s function is, on this basis can be modified after it! !)
    2010-06-10 14:59:40下载
    积分:1
  • DTW
    DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 (DTW (Dynamic Time Warping, dynamic time warping) algorithm based on dynamic programming (DP) ideas, sounds of varying lengths to solve the template matching problem, is speech recognition appeared earlier, more classic kind of algorithm. For isolated word recognition, DTW algorithm and HMM algorithm in the training phase need to provide a large number of voice data, obtained by repeated calculations to model parameters, while the DTW algorithm is almost no additional training calculations. Therefore, in isolated word speech recognition, DTW algorithm is still widely used.)
    2010-09-27 16:54:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载