CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算子

搜索资源列表

  1. 魏华袆

    0下载:
  2. 遗传算法工具箱 交叉,遗传,算子, 非常棒-genetic algorithm toolbox Cross, genetic, operator, wonderful
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:677308
    • 提供者:魏华一
  1. DrawCityLine

    0下载:
  2. 50个城市以内的TSP问题, 用遗传算法, 算子采用了pmx和ox算子。-50 cities within the TSP, genetic algorithm, the operator used pmx and ox operator.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:28525
    • 提供者:大山
  1. ADAPTIVEGA

    0下载:
  2. ADPTIVE GA是改进遗传算法程序,提供了各种交叉算子,变异算子,具有强大的计算功能-ADPTIVE GA is improved genetic algorithms and procedures, and providing a variety of cross-operator, mutation operator, with powerful computing capabilities
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:208794
    • 提供者:周期函数
  1. yichuanandmiyi

    0下载:
  2. 用matlab实现的标准的遗传算法和结合免疫算法,采用主函数调用各个算子来实现遗传算法的操作!-using Matlab to achieve a standard genetic algorithm and combined immune algorithm, The principal function call operator to various genetic algorithm operators!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2217
    • 提供者:大荣
  1. gademo

    0下载:
  2. 在GNU标准下开发的遗传算法程序包,适用于各种环境,包含标准算子和自定义算子,包含DEMO-GNU standards in the development of the genetic algorithm package applicable to the various environmental, Operator includes standard and custom operator, contains DEMO
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1086728
    • 提供者:lb
  1. JAGA

    0下载:
  2. JAGA提供了各种类型的遗传算法和遗传编程的Java API接口,非常容易上手和使用,有很多容易使用的GA和GP的算子用于扩展,同时有指南和例子-JAGA provide various types of genetic algorithms and genetic programming in Java API interface, very easy to get started and use a lot of easy-to-use and the GP GA Operator for
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1623563
    • 提供者:
  1. across

    0下载:
  2. 遗传算法解决作业车间调度问题,这一M文件为遗传算子的交叉操作-Genetic algorithms to solve the job shop scheduling problem, the M-file for the genetic operators crossover operation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:881
    • 提供者:zxy
  1. ym_C.GA_for_Knapsack_Problem_hicode

    0下载:
  2. 遗传算法用于求解多目标背包问题,学包括基本的选择、杂交、变异等遗传算子.-Genetic algorithm for solving multi-objective knapsack problem, learning the basic choice, hybridization, mutation and other genetic operators.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:14145
    • 提供者:常小小
  1. yichb

    0下载:
  2. 标准遗传算法,带解释,易理解。编码长度为10位,编码精度为0.0029。种群规模设为40,遗传算子分别为比例选择,单点交叉和单点变异。交叉概率0.7,变异概率0.1。-Standard genetic algorithm with explanation and easy to understand. Code length is 10 bits, the coding accuracy 0.0029. Population size is set to 40, respectively, th
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1429
    • 提供者:
  1. 轮盘赌算法

    0下载:
  2. 遗传算法的一种,能从中选择算子,以一定的概率进行进化遗传!
  3. 所属分类:matlab例程

  1. Genetic-Algorithms

    0下载:
  2. 遗传算法的程序,其中包含编码,选择,变异,交叉,等遗传算子的实现,从而解决数学问题。- 遗传算法的程序,其中包含编码,选择,变异,交叉,等遗传算子的实现,从而解决数学问题。 Genetic algorithm program, which contains coding, selection, mutation, crossover, and other genetic operators to achieve, so as to solve mathematical problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:308224
    • 提供者:wer
  1. tsp

    0下载:
  2. 遗传算法求tsp问题,设计选择、交叉、变异等算子,得到优化解(it is used to solve tsp problem)
  3. 所属分类:matlab例程

  1. gaot

    2下载:
  2. tep 1:对遗传算法的运行参数进行赋值。参数包括种群规模、变量个数、交叉概率、变异概 率以及遗传运算的终止进化代数。 Step 2:建立区域描述器。根据轨道交通与常规公交运营协调模型的求解变量的约束条件,设 置变量的取值范围。 Step 3:在Step 2的变量取值范围内,随机产生初始群体,代入适应度函数计算其适应度值。 Step 4:执行比例选择算子进行选择操作。 Step 5:按交叉概率对交叉算子执行交叉操作。 Step 6:按变异概率执行离散变异操作。 Step 7:计算
  3. 所属分类:matlab例程

  1. GA代码2

    0下载:
  2. 介绍了遗传算法的优化方法以及遗传算子的代码实现过程(introduce the ga algorithm optimization method and the realizing process of the factor of the GA algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:```hollyshee9
  1. gatbx1.3

    0下载:
  2. matlab的遗传算法工具箱,包含选择、交叉、变异等算子(Matlab genetic algorithm toolbox.Operators such as selection, crossover and mutation are included.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:219136
    • 提供者:youthyzz
  1. bntcap

    0下载:
  2. 遗传算法中遗传算子的分析_玉林师范学院学报 pdf()
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:139264
    • 提供者:mouglas
  1. geferred

    0下载:
  2. 遗传算法中遗传算子的分析_玉林师范学院学报 pdf()
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:139264
    • 提供者:trahertap
  1. 遗传算法 Python

    1下载:
  2. 用Pyhon语言编写的遗传算法(genetic algorithm),包括选择交叉变异算子
  3. 所属分类:人工智能/神经网络/遗传算法

  1. polar-code

    5下载:
  2. 本程序代码包含了 SC SCL BP SCAN和SSC译码算法,以及各种编码算法GA,BA....*** 编程语言风格为C++,研究polar的和我一样渣渣的研一萌新点进来have a look 感谢大佬pan jianpeng ,感谢共享源码(This program code includes SC SCL BP SCAN and SCC decoding algorithm, as well as various coding algorithms GA, BA... *** Progr
  3. 所属分类:通讯编程

    • 发布日期:2020-03-13
    • 文件大小:1775616
    • 提供者:大大威武
  1. GA-PSO

    1下载:
  2. PSO算法计算函数极值时,常常出现早熟现象,导致求解函数极值存在较大的偏差,然而遗传算法对于函数寻优采用选择、交叉和变异算子操作,直接以目标函数作为搜索信息,以一种概率的方式来进行,因此增强了粒子群优化算法的全局寻优能力,加快了算法的进化速度,提高了收敛精度。(When PSO algorithm calculates function extremum, it often appears premature phenomenon, which leads to large deviation
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-04-27
    • 文件大小:10240
    • 提供者:Shuai Wang
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com