登录
首页 » matlab » gaot

gaot

于 2018-07-12 发布 文件大小:101KB
0 227
下载积分: 1 下载次数: 1

代码说明:

  matlab环境下的遗传算法工具包,可直接调用(Genetic algorithm toolkit)

文件列表:

gaot\adjswapMutation.m, 1419 , 1998-04-14
gaot\arithXover.m, 1487 , 1998-04-15
gaot\b2f.m, 1495 , 1998-04-14
gaot\binaryExample.m, 2080 , 1998-04-14
gaot\binaryMutation.m, 1504 , 1998-04-15
gaot\boundaryMutation.m, 1639 , 1998-04-14
gaot\calcbits.m, 1382 , 1998-04-14
gaot\Contents.m, 4761 , 1998-04-17
gaot\coranaEval.m, 1451 , 1998-04-14
gaot\coranaFeval.m, 1538 , 1998-04-14
gaot\coranaMin.m, 1222 , 1998-04-14
gaot\cyclicXover.m, 1654 , 1998-04-14
gaot\delta.m, 1471 , 1998-04-14
gaot\dists.m, 6837 , 1998-04-28
gaot\EER.m, 1586 , 1998-04-14
gaot\enhancederXover.m, 2348 , 1998-04-14
gaot\erXover.m, 2118 , 1998-04-14
gaot\f2b.m, 1501 , 1998-04-14
gaot\floatExample.m, 2322 , 1998-04-14
gaot\floatGradExample.m, 2137 , 1998-04-14
gaot\ga.m, 10805 , 1998-04-14
gaot\gademo.m, 4213 , 1998-04-14
gaot\gademo1.m, 3887 , 1998-04-14
gaot\gademo1eval1.m, 1275 , 1998-04-14
gaot\gademo2.m, 2840 , 1998-09-08
gaot\gademo3.m, 6262 , 1998-04-14
gaot\gaMichEval.m, 193 , 1998-04-14
gaot\gaotv5.ps, 132728 , 1998-09-08
gaot\gaZBGrad.m, 174 , 1998-04-14
gaot\gaZBGradEval.m, 684 , 1998-04-14
gaot\heuristicXover.m, 2136 , 1998-04-14
gaot\initializega.m, 3282 , 1998-04-14
gaot\initializeoga.m, 1561 , 1998-04-14
gaot\inversionMutation.m, 1555 , 1998-04-14
gaot\linerorderXover.m, 1850 , 1998-04-14
gaot\maxGenTerm.m, 1345 , 1998-04-14
gaot\multiNonUnifMutation.m, 1991 , 1998-04-14
gaot\nonUnifMutation.m, 2190 , 1998-04-15
gaot\normGeomSelect.m, 2308 , 1998-04-14
gaot\optMaxGenTerm.m, 1555 , 1998-04-14
gaot\orderBasedExample.m, 2859 , 1998-09-08
gaot\orderbasedXover.m, 1741 , 1998-04-14
gaot\parse.m, 1459 , 1998-04-14
gaot\partmapXover.m, 1921 , 1998-04-28
gaot\plotCorana.m, 514 , 1998-04-14
gaot\README, 1110 , 1998-04-17
gaot\roulette.m, 861 , 1998-04-14
gaot\shiftMutation.m, 1624 , 1998-04-14
gaot\simpleXover.m, 1611 , 1998-04-14
gaot\singleptXover.m, 1564 , 1998-04-28
gaot\startup.m, 49 , 1998-04-14
gaot\swapMutation.m, 1569 , 1998-04-14
gaot\threeswapMutation.m, 1397 , 1998-04-14
gaot\tournSelect.m, 1616 , 1998-04-14
gaot\tspEval.m, 157 , 1998-04-14
gaot\unifMutation.m, 1648 , 1998-04-14
gaot\uniformXover.m, 1823 , 1998-04-28
gaot, 0 , 2012-05-10

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

发表评论

0 个回复

  • myAntBp
    采用蚁群算法对BP神经网络进行优化,并结合实例进行应用验证。(The ant colony algorithm is used to optimize the BP neural network, and an example is used to validate it.)
    2020-10-28 13:19:58下载
    积分:1
  • minmin
    minmin算法,适用于任务调度,可以与GA以及PSO等进行比较,是最基础的算法。(Minmin algorithm is suitable for task scheduling.)
    2020-12-22 10:19:07下载
    积分:1
  • Toolbox_all_algorithms
    这是MATLAB中最新的优化工具箱,它利用最近提出的7种算法来优化您的问题。 此工具箱中提供的算法包括: 灰狼优化器(GWO),蚂蚁狮子优化器(ALO),多功能优化器(MVO),蜻蜓算法(DA),蛾火焰算法(MFO),正弦余弦算法(SCA)和鲸鱼优化算法(WOA) 。(This is the latest optimization toolbox in MATLAB, which optimizes your problem using seven algorithms recently proposed. The algorithms provided in this toolbox include: GWO, ALO, MVO, DA, MFO, SCA and WOA.)
    2019-03-27 14:54:43下载
    积分:1
  • 《智能优》汪定伟
    东北大学汪定伟编写的智能优化方法教材,对目前主要的智能优化方法遗传算法、禁忌搜索、蚁群算法和粒子群算法进行了介绍,内容详尽经典,是一本学习智能优化方法的好教材。(a good book about intelligent Optimization)
    2018-07-20 14:18:25下载
    积分:1
  • CodeF1(解压密码见源链接)
    说明:  能够规划三维环境下的最优路径,能够满足多约束条件的目标规划(optimal path planning in three-dimensional enviroment)
    2019-09-20 12:49:31下载
    积分:1
  • DE
    说明:  一种改进的差分算法,包含cec2005部分单目标无约束测试函数(An improved difference algorithm)
    2018-07-05 19:47:07下载
    积分:1
  • yiqunsuanfa
    蚁群算法的一个函数寻优案例 带约束条件 可运行出来(A function optimization case of ant colony algorithm with constraints can be run out)
    2019-01-13 11:38:18下载
    积分:1
  • GSA
    引力搜索算法优化函数,可以运行,适合学习这个算法用(The gravitational search algorithm optimizes functions that can be run.)
    2018-11-01 13:19:10下载
    积分:1
  • FA_yangxinshe
    标准萤火虫算法,程序运行稳定,可以自测!!!!!!!(Standard firefly algorithm, the program runs stably and can be self-tested! ! ! ! ! ! !)
    2019-01-27 16:46:15下载
    积分:1
  • CEC 2017 bound constrained benchmarks
    说明:  CEC2017前几名的MATLAB算法实现 有EBOwithCMAR; jSO; LSHADE_SPACMA; LSHADE-cnEpSin 各种参数都可以调整,包括种群数量、F因子、变异率、交叉率等(The realization of MATLAB algorithm for the top few of cec217. There are ebowithcmar; JSO; lshade_spacma; lshade cnepsin. Various parameters can be adjusted, including population number, F factor, mutation rate, crossover rate, etc.)
    2021-04-21 15:08:49下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载