登录
首页 » matlab » gatbx(University-of-Sheffield-)

gatbx(University-of-Sheffield-)

于 2014-08-30 发布 文件大小:229KB
0 218
下载积分: 1 下载次数: 10

代码说明:

  谢菲尔德大学的遗传算法工具箱,已经测试好用(University of Sheffield genetic algorithm toolbox)

文件列表:

genetic
.......\bs2rv.m,3356,2003-01-26
.......\contents.m,1833,2003-01-24
.......\crtbase.m,1238,2003-01-26
.......\crtbp.m,2270,2003-01-26
.......\crtrp.m,2156,2003-01-26
.......\DOC
.......\...\GATBXA0.PS,53484,1998-04-22
.......\...\GATBXA1.PS,204230,1998-04-22
.......\...\GATBXA2.PS,200234,1998-04-22
.......\gpl.txt,18349,2003-07-18
.......\migrate.m,7272,2003-01-26
.......\mpga.m,4074,2003-01-26
.......\mut.m,1663,2003-01-26
.......\mutate.m,3503,2003-01-26
.......\mutbga.m,5008,2003-01-26
.......\objfun1.m,2717,2003-01-21
.......\objharv.m,2643,2003-01-21
.......\ranking.m,4822,2003-01-26
.......\recdis.m,1890,2003-01-26
.......\recint.m,1958,2003-01-26
.......\reclin.m,2018,2003-01-26
.......\recmut.m,4996,2003-01-26
.......\recombin.m,2569,2003-01-26
.......\reins.m,5638,2003-01-26
.......\rep.m,1272,2003-01-26
.......\resplot.m,2145,2003-01-22
.......\rws.m,1166,2003-01-26
.......\scaling.m,1255,2003-01-26
.......\select.m,2466,2003-01-26
.......\sga.m,2161,2003-01-24
.......\sus.m,1384,2003-01-22
.......\Test_fns
.......\........\demoga1.M,5111,2003-01-26
.......\........\mpga.M,4783,2003-01-26
.......\........\objbran.M,2611,2003-01-29
.......\........\objdopi.M,4206,2003-01-26
.......\........\objeaso.M,2507,2003-01-29
.......\........\objfun1.M,2714,2003-01-21
.......\........\objfun1a.M,2582,2003-01-21
.......\........\objfun1b.M,2441,2003-01-21
.......\........\objfun2.M,2593,2003-01-21
.......\........\objfun6.M,2819,2003-01-21
.......\........\objfun7.M,2523,2003-01-21
.......\........\objfun8.M,2747,2003-01-21
.......\........\objfun9.M,2470,2003-01-21
.......\........\objgold.M,2700,2003-01-21
.......\........\objharv.M,2643,2003-01-21
.......\........\objlinq.M,3381,2003-01-21
.......\........\objlinq2.M,4100,2003-01-26
.......\........\objpush.M,2678,2003-01-21
.......\........\objsixh.M,2610,2003-01-29
.......\........\resplot.M,2132,2003-01-26
.......\........\sga.M,1969,2003-01-26
.......\........\simdopi1.M,2690,1998-04-22
.......\........\simdopi2.M,873,1998-04-22
.......\........\simlinq1.M,2442,2003-01-21
.......\........\simlinq2.M,850,2003-01-26
.......\........\simobjp.M,531,2003-01-26
.......\........\TEST_FNS.PS,140988,1998-04-22
.......\xovdp.m,1106,2003-01-22
.......\xovdprs.m,1155,2003-01-22
.......\xovmp.m,2873,2003-01-22
.......\xovsh.m,1097,2003-01-22
.......\xovshrs.m,1145,2003-01-22
.......\xovsp.m,1110,2003-01-22
.......\xovsprs.m,1155,2003-01-22
说明.txt,139,2014-08-30

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

发表评论

0 个回复

  • malabtwork
    说明:  移动通信系统 信道,接收机等的MATLAB源代码,较详细(mobile communications MATLAB demo)
    2009-07-24 20:29:40下载
    积分:1
  • 4
    说明:  fuzzy inertia weight particle swarm optimization
    2009-08-05 15:55:08下载
    积分:1
  • Dijkstra
    说明:  最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。   Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 (The Dijkstra shortest path algorithm for the procedure. Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. The main characteristics is the starting point as the center outward expansion layers, until the end date be extended to. Dijkstra shortest path algorithm can arrive at the optimal solution, but because of its calculation of the node traversal, so inefficient. Dijkstra algorithm is very representative of the shortest path algorithm, in many professional courses in the basic content as described in detail, such as data structures, graph theory, operational research and so on.)
    2008-11-26 22:27:45下载
    积分:1
  • new2
    matlab implmentation of g.723.1
    2012-04-17 14:26:53下载
    积分:1
  • Antenna-Theory-Analysis-and-Design
    天线圣经,每个学习天线的人必看经典。其中对天线的原理性描述非常深刻。(Antenna Bible study each antenna, a person must classic. The principle on which the description of the antenna is very profound.)
    2013-11-07 10:00:37下载
    积分:1
  • sparse_test-master
    matlab源码,对稀疏编码算法的实现以及测试,内含详细程序。(The matlab source code, implementation and testing of sparse coding algorithm, containing detailed program.)
    2014-01-04 19:39:03下载
    积分:1
  • 一些
    说明:  轨道动力学的一些有关算法,包括拉格朗日系数计算,轨道根数求解等(Some algorithms of orbital dynamics, including calculation of Lagrange coefficients, solution of orbital elements, etc.)
    2019-04-16 16:28:38下载
    积分:1
  • IEEE802.16标准系统的仿真802.16MATLAB
    IEEE802.16标准系统的仿真,包括发射机,信道,接收机这个完整的过程(simulation of ieee802.16 standard)
    2009-04-20 20:17:13下载
    积分:1
  • CoSaMP
    关于 CoSaMP 算法介绍 压缩传感压缩感知理论应用的算法(CoSaMP algorithm introduced)
    2011-04-20 23:20:13下载
    积分:1
  • Tap-41
    a GOOD BOOK FOR CIVIL ENGINEERING
    2011-04-21 01:14:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载