CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - genetic VB

搜索资源列表

  1. 改进的遗传算法

    2下载:
  2. vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.32kb
    • 提供者:黄善理
  1. 遗传算法模板

    0下载:
  2. 用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。-used to write the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.33kb
    • 提供者:风云
  1. 背包问题的遗传算法解法vb

    0下载:
  2. 这是一用VB解决背包问题的遗传算法元程序,程序框架清楚,应用性强-This a backpack with VB solve problems of genetic algorithm yuan procedure is a clear framework and application-
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24.62kb
    • 提供者:刘三
  1. ga490

    0下载:
  2. 基于VB开发的遗传算法源程序,但提供的动态链接库文件NN50.DLL在使用时需要注册。 -based on VB source of the genetic algorithm. but the dynamic link library file used in NN50.DLL required to be registered.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:50.17kb
    • 提供者:交角
  1. vb-GA

    1下载:
  2. 用VISUAL BASIC写的遗传算法模板,可以实现一元高次方程的最大值或最小值的求解-with VISUAL BASIC to write the genetic algorithm template, one yuan can achieve high equation maximum or minimum Solution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.78kb
    • 提供者:严伟
  1. BBGAVB

    0下载:
  2. 一个求解背包问题的遗传算法,该程序是基于VB平台开发的-a knapsack problem solving genetic algorithm, the program is based on the platform in the VB
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24.34kb
    • 提供者:史剑
  1. VB_GA

    0下载:
  2. 基于VB的遗传算法源程序,可用!特别适合于初学者。-VB-based genetic algorithm source code available! Particularly suited to beginners.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:161.85kb
    • 提供者:程肯
  1. GA----GeneticAlgorithms

    0下载:
  2. 遗传算法vb实现代码,快去看看吧。也许你会用到的-genetic algorithm to achieve vb code, a matter of priority, let's see it. You may use the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.35kb
    • 提供者:doudou
  1. Rosenbrock

    0下载:
  2. 用vb编写的一个遗传算法的程序,大家可以参考-prepared with a genetic algorithm of the procedure, we can refer to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:21.33kb
    • 提供者:姚芳萍
  1. DataRegulation

    0下载:
  2. 基于VB语言编写的遗传算法,进行数据处理,可移植性好-VB language based on genetic algorithms, data processing and transplantability
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:21.03kb
    • 提供者:杨金紧
  1. ga476

    0下载:
  2. 转载自他处,基于VB的遗传算法系统,十分实用,但有一定局限性,有兴趣者可与其作者讨论-reproduced, VB-based genetic algorithm, is very practical, but there are certain limitations, those interested can discuss with the author
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:191.19kb
    • 提供者:赵恩
  1. IAGA

    0下载:
  2. 应用改进自适应遗传算法结合最小二乘法求解优化参数,图形显示,运算快捷。-Application of improved adaptive genetic algorithm combined with least-squares method to optimize parameters, graphical display, fast computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:118.63kb
    • 提供者:赵辉
  1. ga

    0下载:
  2. 基于VB开发的遗传算法源程序,基于VB开发的遗传算法源程序-Based on the VB source code developed by genetic algorithm, based on the VB source code developed by Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:162.21kb
    • 提供者:xiake
  1. prim

    0下载:
  2. 自己编的,在VB中实现普里姆最小生成树算法的代码,有图的,边的权值是随机生成的,5个节点,点“generate tree”,就会显示出最小树。-Own, and in VB in the minimum spanning tree algorithm prim implementation code, there is graph, edge weights are randomly generated, five nodes, point " generate tree" ,
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2.22kb
    • 提供者:
  1. MyBP

    0下载:
  2. 基于遗传算法的bp神经网络应用相关的的vb程序 -Bp based on genetic algorithm neural network application procedures related to the vb
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:2.65kb
    • 提供者:pengshusu
  1. VB_knapsack_problem_genetic_algorithm_code

    0下载:
  2. VB背包问题遗传算法求解的源码实例VB knapsack problem genetic algorithm source code examples-VB knapsack problem genetic algorithm source code examples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5.33kb
    • 提供者:tpp2ee
  1. GA

    0下载:
  2. 基于VB的遗传算法源程序,特别适合于初学者。-VB-based genetic algorithm source code available! Particularly suited to beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-30
    • 文件大小:142kb
    • 提供者:gh11
  1. VB

    0下载:
  2. genetic algorithm in basic 6
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.64kb
    • 提供者:Mohsen
  1. improvedgeneticalgor

    0下载:
  2. vb写的改进的遗传算法程序。是一些通用代码-vb improved genetic algorithm written procedures. Some common code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2.17kb
    • 提供者:roy
  1. immune-genetic-algorithm

    1下载:
  2. vb编写的免疫遗传算法 作为初学者一个参考的对象-vb prepared by the immune genetic algorithm object as a reference for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:305.49kb
    • 提供者:jack
« 12 »
搜珍网 www.dssz.com