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

搜索资源列表

  1. GAandtheimprove

    0下载:
  2. 包含功能强大的遗传算法实现和改进的遗传算法实例,改进思想为模拟退火,自适应,多点交叉,均匀交叉-Contains the instance of the powerful genetic algorithm and improved genetic algorithm, improving the ideological and simulated annealing, adaptive, multi-point crossover, uniform crossover
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:7803884
    • 提供者:gaosuwen
  1. gaijin

    0下载:
  2. c++实现遗传算法实例,步骤清晰,简单易懂-c++ genetic algorithm instance, clear, simple and easy to understand steps
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-10
    • 文件大小:2892
    • 提供者:古曦男
  1. Instances-of-genetic-algorithm

    0下载:
  2. 遗传算法实例,vc6.0,一个用遗传算法实现的走迷宫的例子,本代码能够让你在看遗传算法的看得云里雾里时,揭开那层面纱,让你更加理解遗传算法,编写出自己的遗传算法.-Instances of genetic algorithm, the Maze example of a genetic algorithm, the code allows you watching When the Genetic Algorithm seen foggy opened the veil, so you bett
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:13688
    • 提供者:jimye
  1. Genetic-algorithm-instance

    0下载:
  2. 遗传算法实例,人工智能. -Instances of genetic algorithms, artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:17893
    • 提供者:某南
  1. GA

    0下载:
  2. 介绍了一个遗传算法实例,用c++语言编程,源代码-Examples of genetic algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:6575
    • 提供者:谢梦星
  1. GAshiliSource

    0下载:
  2. 遗传算法实例编程求解具体问题,多变量数值求解、最优化-ga-source Numerical Optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:42178
    • 提供者:notand
  1. cycsfcpp

    0下载:
  2. 一个用于VC++程序开发的遗传算法实例.cpp文件,举例说明计算第四点到其它三点的最小距离,来演示遗传算法的实际应用-A program for the development of genetic algorithms VC++ instance. Cpp file, an example calculation of the fourth point to another three-point minimum distance, to demonstrate the practical a
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:4027
    • 提供者:贺强
  1. yichuan-matlab

    0下载:
  2. 帮助您了解遗传算法实例及如火如何通过matlab 实现编程-Examples to help you understand and genetic algorithm matlab realize how fiery programming
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:16292
    • 提供者:岳晨
  1. Genetic-Algorithms

    0下载:
  2. 遗传算法实例及其MATLAB实现,里面有一些与遗传算法相关的实例,并用MATLAB的程序实现-Genetic Algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:82875
    • 提供者:jane
  1. genetic-algorithm-

    0下载:
  2. 遗传算法实例分析,应用遗传算法实现了例子的最终结果值-Examples of genetic algorithm analysis
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:5659
    • 提供者:樊良慧
  1. initpop

    0下载:
  2. 一个matlab遗传算法源程序遗传算法实例也是自己找来的,原代码有少许错误,本人都已更正了,调试运行都通过了的。对于初学者,尤其是还没有编程经验的非常有用的一个文件-A genetic algorithm matlab source code examples genetic algorithm also got their own, the original code was flawed, I have been corrected, and have passed the commissi
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3889
    • 提供者:
  1. GA_example

    0下载:
  2. 一个matlab的遗传算法实例 测试通过-A genetic algorithm matlab examples tested
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6293
    • 提供者:moon
  1. GA_demo

    0下载:
  2. 一个简单的遗传算法实例,目标函数可以自行改动,效果很好-it is a GA
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1584
    • 提供者:吴江
  1. Genetic-algorithm-

    0下载:
  2. 简单的遗传算法实例,求解多个城市的旅行商问题。C++编写。大量注释-Examples of simple genetic algorithm to solve the traveling salesman problem in many cities. C++ write. Extensive comments
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2684892
    • 提供者:zhangxiangfei
  1. matlab

    0下载:
  2. matlab遗传算法实例,如何将二进制编码转化为十进制数,如何计算适应度等。-matlab genetic algorithm example
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:19255
    • 提供者:
  1. ga_main

    0下载:
  2. 遗传算法实例,通过编码、设置种群、设置适应度函数、遗传操作、解码产生需要的解。对函数f(x)=x*sin(x)+1,x [0,2 ],求解f(x)的最大值和最小值。-Genetic algorithm example, through encoding, set the population, set fitness function, genetic operation, decoding the need to solve. The function f (x)
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5045
    • 提供者:苏茗
  1. yichuansuanfa

    0下载:
  2. 带经营策略轮盘赌法的遗传算法实例,有教学-With business strategy roulette method instance genetic algorithm, teaching
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:116533
    • 提供者:董蕴博
  1. Genetic

    0下载:
  2. 遗传算法实例程序,通过实例进行遗传算法学习。(Genetic algorithm example program)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:solo185
  1. aagvrnthm-brace

    0下载:
  2. matlab遗传算法实例,用于在matlab环境下遗传算法的实现,,(Matlab genetic algorithm as an example, for the implementation of genetic algorithm in matlab environment,,)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:Angeja
  1. Matlab genetic algorithm and examples

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,本文介绍了一种基于Matlab的遗传算法实例。(An example of genetic algorithm based on Matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:315392
    • 提供者:MagicYang68
« 1 2 3 4 5 67 8 9 10 11 ... 22 »
搜珍网 www.dssz.com