搜索资源列表

  1. valuable_genetic_code

    0下载:
  2. 难得的遗传算法代码 值得保存、研究,有人改进后请上传-rare genetic algorithm code worthy of preservation, research, improved after it was requested to upload
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:635904
    • 提供者:周徐
  1. geneticalgoritm

    0下载:
  2. 遗传算法代码,用VC++演示,还有中文说明。-genetic algorithm code, VC demonstration, the Chinese statement.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-09
    • 文件大小:50176
    • 提供者:徐俊
  1. yaoxindeng

    0下载:
  2. 我设计的遗传算法代码,希望大家能够喜欢,谢谢啊-I design the genetic algorithm code, we want to like, thank ah
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:678912
    • 提供者:
  1. ga

    0下载:
  2. 一个遗传算法代码,具有普遍的应用型,可以应用于各种(如,函数最优化,TSP,布局)-A genetic algorithm code, the application of universal type, can be applied to various (eg, function optimization, TSP, layout)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:32768
    • 提供者:lady
  1. GA_Denis_Cormier

    0下载:
  2. 这是最简单的,也是最清楚的遗传算法代码,您只要自定义其评价函数,定义说明在文档里,然后就直接可用!-This is the simplest and the most clear genetic algorithm code, you can customize its evaluation function, defined in the document, and then directly available!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:saheya
  1. GA

    0下载:
  2. 研究多年的遗传算法代码!与大家共享!能实现最优化算法!-Study of the genetic algorithm code for many years! To share with you! Optimization algorithm to achieve!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:49152
    • 提供者:陶谦
  1. gene_bpnn_xor

    0下载:
  2. 标准的遗传算法代码,下面是程序:function y=fitness(chrom,p,aim) global P_cross P_mutation [Popsize len]=size(chrom) fitness_gene=zeros(Popsize,1) in_he=zeros(4,1) out_he=zeros(4,1) in_out=0 out_out=0 -Standard genetic
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:cheny
  1. GA

    0下载:
  2. 在Visual 2008环境下,用C#编写的一个基本的遗传算法代码。相信对学习遗传算法的人有一定的参考价值。-In Visual 2008 environment, using C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:118784
    • 提供者:东方骥
  1. genetic

    0下载:
  2. 用C++编写的遗传算法代码 可以随意改变交叉率和变异率-With C++ Prepared genetic algorithm code can change the crossover rate and mutation rate
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:郑若金
  1. mobanGA

    0下载:
  2. 这是一个很基本的遗传算法代码,目的是给初学者提供一个相对较好的模板。希望对大家有用。-This is a very basic genetic algorithm code, the purpose is to provide a relatively good beginner' s template. Useful for all of us hope.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:Harry
  1. GAcode

    0下载:
  2. 一个很有用的动态遗传算法代码,可以运行,结果良好-Dynamic genetic algorithm code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:weiming
  1. GA1

    0下载:
  2. 遗传算法代码,用于函数优化等,也可以改进,实现其他功能。-genetic algorithm is very useful for university student.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:8192
    • 提供者:王一
  1. PGA

    0下载:
  2. 简单并行遗传算法代码,由串行遗传算法改编而来。-Simple parallel genetic algorithm code, adapted from from the serial genetic algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:陈峥
  1. geneticalgorithm

    0下载:
  2. 自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Self in the MATLAB genetic algorithm code, a simple genetic algorithm (Simple Genetic Algorithm or Standard Genetic Algorithm, S
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:dingbiao
  1. GA

    0下载:
  2. 一个动态遗传算法代码 matlab的,采用全方位的两点杂交、两点变异的改进的加速遗传算法(IAGA)-A dynamic genetic algorithm matlab code, the use of comprehensive two hybrid, two variations of improved accelerating genetic algorithm (IAGA)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:dingbiao
  1. yichuansuanfa

    0下载:
  2. 自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Optimizing a function using Simple Genetic Algorithm with elitist preserved
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:宋晓夏
  1. select

    0下载:
  2. 自编的MATLAB遗传算法代码,用简单遗传算法求取函数最大值-The MATLAB genetic algorithm code self, to strike a function with a maximum value of simple genetic algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:陈磊
  1. GA

    0下载:
  2. 遗传算法代码,一个强解的代码源,希望能带给你更好的方便-Ga toolbox
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:TT
  1. 改进遗传算法求最大值程序

    0下载:
  2. matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:千千Sama
  1. 遗传算法

    0下载:
  2. 利用遗传算法可以解决组合优化问题,代码很经典!(The combinational optimization problem can be solved by using the genetic algorithm, the code is classic!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:11264
    • 提供者:goodluck-2017
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org