登录
首页 » matlab » GA

GA

于 2010-04-22 发布 文件大小:127KB
0 75
下载积分: 1 下载次数: 0

代码说明:

说明:  经典的遗传算法在matlab环境中的实现(Classical genetic algorithm implementation in matlab environment)

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

发表评论

0 个回复

  • Robotics
    This m files and Gui files are for solve the problem about Find specific position in 3D space. by using 3d circles you can axis in 3d spaces except one situation explaned as not selected axis x,y,z if you want to know more about seek the position in 3D spaces than depress the zip file and operate m file named Robot_report1 and Robot_report1.fig
    2012-05-06 12:52:18下载
    积分:1
  • stanford-deep-learning-matlab-code
    stanford大学deep learning在线课程课后练习代码,我自己写的,可以参考一下。(Excercise of deep learning online course from http://deeplearning.stanford.edu/wiki. It is written by myself, aiming to help other students who is confused in the course.)
    2013-05-08 20:39:50下载
    积分:1
  • TSP
    TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序(TSP problems (traveling salesman problem, traveling salesman problem) is common malab simulated annealing source code)
    2010-06-22 09:57:53下载
    积分:1
  • SSLSocketOutputStream
    ClassCompareTest extends AbstractComparatorTest Source Code for Andriod.
    2014-01-06 14:30:33下载
    积分:1
  • chirpAwGN
    纠正了由于存在复指数而导致的图像重叠问题(Corrected result due to re-index the images overlap )
    2010-11-14 23:45:48下载
    积分:1
  • vit_decoder
    performs the Viterbi algorithm on detected to get the decoded_seq.
    2015-02-20 16:13:14下载
    积分:1
  • Laplace_FDM_edit
    FDM method in Laplace problem
    2014-01-13 16:51:50下载
    积分:1
  • Proficient-in-MATLAB
    这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者 (This is a reference book for MATLAB, suitable for use with MATLAB or MATLAB is intended readers)
    2011-12-06 19:45:04下载
    积分:1
  • youhua1
    遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic 计时器开始计时 n=20 ger=100 pc=0.9 pm=0.1 初始化参数 生成初始种群 v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵 [N,L]=size(v) 得到初始规模行,列 disp(sprintf( Number of generations: d ,ger)) disp(sprintf( Population size: d ,N)) disp(sprintf( Crossover probability: .3f ,pc)) disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式 待优化问题)
    2020-12-11 20:19:19下载
    积分:1
  • 1
    说明:  蚁群算法的一个代码,大家可以看一下。在主界面直接输入ACATSP就可以了。我跑过了,大家看一下(Ant colony algorithm of a code, we can look at. In the main interface directly ACATSP it. I ran, and we look)
    2008-12-10 15:37:31下载
    积分:1
  • 696524资源总数
  • 103978会员总数
  • 64今日下载