CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - GA

搜索资源列表

  1. GeneticAlgorithmxujinpeng

    2下载:
  2. 这个算法采用遗传算法(实数编码),可以找到带有约束和无约束函数的最大值 。遗传算法的表现也通过后代的数量绘制出来。-This function can find the maximum of constrained and unconstrained problems with using of genetic algorithm (real coding). Also the performance of GA is plotted vs. the number of generations
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-12
    • 文件大小:5938
    • 提供者:竹子的信仰
  1. GA-code

    0下载:
  2. 遗传算法用于图像处理中,有图像分割,图像特征提取,可以达到很好的效果-Genetic algorithms for image processing, there are image segmentation, image feature extraction, can achieve good results
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:4080
    • 提供者:DD
  1. GA

    0下载:
  2. GA最佳化演算法,計算方程式的最佳值,方便使用用BCB開發出來-GA optimization algorithm, the formula for calculating the best value, ease of use developed by BCB
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:811002
    • 提供者:林玉書
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. ga

    0下载:
  2. GA优化神经网络,好不容易找到的!好东西大家共享-GA to optimize neural network, finally found
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6487
    • 提供者:孙文佳
  1. PID-GAs

    1下载:
  2. 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1846
    • 提供者:qiqi
  1. GaBp

    0下载:
  2. 用GA训练BP网络的权值、阈值从而优化神经网络-GA training BP network with the right value, the threshold in order to optimize the neural network
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1211
    • 提供者:sa
  1. 2

    0下载:
  2. the code of a very good book about GA
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:751738
    • 提供者:climsi
  1. GA

    8下载:
  2. 本程序是用遗传算法实现的目标火力分配问题,绝对能运行处你想要的结果-This procedure is used to achieve the goal of genetic algorithm the distribution of power, absolutely you want to run the Department the results of
  3. 所属分类:Windows Develop

    • 发布日期:2014-08-30
    • 文件大小:329194
    • 提供者:limeicui
  1. _ppt

    0下载:
  2. GA算法的PPT讲解,适合初学者学习! -PPT on the GA algorithm, suitable for beginners to learn! PPT on the GA algorithm, suitable for beginners to learn!
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:351236
    • 提供者:fenglongzhu
  1. GA

    0下载:
  2. 本程序运用了遗传算法,解决了以数组为数据结构的最优路径选择问题。-This procedure using genetic algorithm, to solve the array data structure for the selection of the optimal path.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:3006
    • 提供者:怀义
  1. ga

    0下载:
  2. 遗传算法,很实用的程序,给大家一个借鉴吧,希望可以帮到大家-Genetic algorithm, the procedure is very practical, given the right draw, I hope you can help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4275
    • 提供者:hejizhu
  1. ga

    0下载:
  2. 遗传算法源程序 C++语言编写 复制就可以用-ga
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2552
    • 提供者:ping bo
  1. GA-1_cpp

    0下载:
  2. 神经网络算法用CPP描述,在数学建模中会有应用-Neural network algorithm described by CPP
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1848
    • 提供者:常鹏
  1. Matlab-GA

    0下载:
  2. 用matlab编程的遗传算法,适应于目标函数为求最大值,且解非负整数解-Matlab programming using genetic algorithm, adapted to the objective function for the sake of maximum, and solution of non-negative integer solutions
  3. 所属分类:其他小程序

    • 发布日期:2013-04-05
    • 文件大小:6164
    • 提供者:周晓阳
  1. genetic

    0下载:
  2. This program runs a GA. The roulette wheel method for parent selection is used here. Elitism is included. Parent selection is from the population including the elite chromosomes. The standard bit form is used here. As usual, code works in
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:11503
    • 提供者:siva
  1. GAalgorithem

    0下载:
  2. a simple GA algorithem with gui.
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7104
    • 提供者:Neo
  1. tsp-GA-UI

    0下载:
  2. 带有图形界面的TSP的求解教学程序,实现所用的代码采用了遗传算法。-With a graphical interface for solving TSP, the teaching process, the code used to achieve the adoption of a genetic algorithm.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:419091
    • 提供者:xnhcx
  1. GA

    0下载:
  2. Some procedure fo GA-Some procedure fo GA
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:11186
    • 提供者:Ines
  1. tsp_genetic

    1下载:
  2. Another TSP GA for Maltab
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2903
    • 提供者:aven
« 1 23 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com