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

搜索资源列表

  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:26847
    • 提供者:竹子的信仰
  1. jgap_3.4.3_src

    0下载:
  2. JGAP是一种遗传算法和遗传规划的组成部分提供了一个Java框架。它提供了基本的遗传机制,可以很容易地用来申请进化原则问题的解决办法。见实例演示或观赏树的图形,可以创建JGAP找到解决办法的基因进化程序。-JGAP is a genetic algorithm and genetic programming an integral part of providing a Java framework. It provides basic genetic mechanisms, can easil
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:4858867
    • 提供者:Daniel.Shi
  1. GA

    0下载:
  2. 描述遗传算法的由来及基本原理,并阐述了其具体实现的步骤的例子。对于新学GA算法的人来说是一本不错的书籍!-Descr iption of the origin of genetic algorithms and the basic principles, and described the steps to achieve their specific example. GA learning algorithm for the new person is a good book!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3486585
    • 提供者:王列
  1. pptOfGeneticAlgorithm

    0下载:
  2. 讲述了遗传算法的基本原理、特点、应用领域、优化设计、应用等 例:1.基于遗传算法优化的RBF网络逼近 2.遗传算法求函数极值-About the basic principles of genetic algorithms, characteristics, applications, and optimize the design, application and other cases: 1. Based on genetic algorithm optimization of R
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:67777
    • 提供者:xq
  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. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2094
    • 提供者:Harry
  1. GA1

    6下载:
  2. 该算法描述了导弹的目标分配问题,用遗传算法既满足目标分配的基本原则,又使总体效益最佳-The algorithm describes the objectives of the missile allocation problem, using genetic algorithms to meet the objectives of both the basic principles of distribution, but also to bring the overall effective
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-08-09
    • 文件大小:465104
    • 提供者:宁国富
  1. ImagePatternRecognition

    0下载:
  2. 本书介绍图像模式识别的各种算法及其编程实现步骤。全书共分为10章,内容包括:模式识别的基本概念,位图的基础知识,分类器设计,模板匹配分类器,基于概率统计的Bayes分类器,几何分类器,神经网络分类器,图像分割与特征提取,聚类分析,模糊聚类分析,遗传算法聚类分析-Image Pattern Recognition
  3. 所属分类:source in ebook

    • 发布日期:2017-05-28
    • 文件大小:10665851
    • 提供者:xingshimei
  1. TheprincipleandapplicationofGA

    0下载:
  2. 这篇PPT对遗传算法的基本原理作了详细的介绍,看完这篇文档,相信能够对遗传算法有一个比较详尽的了解。-This PPT basic principles of genetic algorithms provided a detailed descr iption, read this document, I believe that genetic algorithms can have a more detailed understanding.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:102584
    • 提供者:fanglingfen
  1. GA_apply_inTest

    2下载:
  2. 这是我用遗传算法做的一套组卷系统,虽然功能比较硕,但是基本要求满足了-This is what I used to do a set of test paper genetic algorithm system, although the feature comparison Shuo, but the basic requirements to meet
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:15303
    • 提供者:戴昏黑
  1. Multiobjectvie-Genetic-Algorithm

    0下载:
  2. 有关多目标优化问题的遗传算法的基本理论方法的硕士论文,相关领域的大家可以参考一下-Multi-objective optimization problems related to genetic algorithms basic theories and methods of the master' s thesis and related fields that we can reference
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2308615
    • 提供者:meimei
  1. FunctionD

    0下载:
  2. 用遗传算法写的函数优化,优化一些基本的函数,并且用图形展示优化的过程-Genetic algorithm optimization a function
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1454684
    • 提供者:zhoulimin
  1. GAGA

    2下载:
  2. 这是一个非常基本的遗传算法源程序,很简单,可以下来学习探讨。-This is a very basic genetic algorithm source code, very simple, you can learn off of.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3402
    • 提供者:peter
  1. segment_ga

    0下载:
  2. 遗传算法在图像分割中的应用,有在一维和二维最大熵分割中的基本算法的实现及改进后的实现,自己看看吧。-Genetic algorithm in image segmentation, there is at one and two dimensional maximum entropy partitioning in the realization of the basic algorithms and improved to achieve their own look.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:331017
    • 提供者:sdff
  1. yichuan

    0下载:
  2. 本系统依靠计算机来完成教务工作中复杂的排课部分,基于遗传算法的排课系统不仅避免了手工排课产生的老师上课时间冲突和教室冲突,而且可以通过交叉和遗传实现课程的人性化的安排,避免同一个老师的课程连续上或同一个班级的课程在有些时间段排得太密集或太稀疏。该项目用C++实现,主要分为三个模块,用户的注册和登陆模块,课程等基本信息的编辑模块,具体排课的实现模块。-very interesting
  3. 所属分类:Education soft system

    • 发布日期:2017-05-25
    • 文件大小:8471592
    • 提供者:郑琳
  1. 自适应遗传算法

    0下载:
  2. 小的自适应遗传算法程序,能实现基本的自适应遗传算法
  3. 所属分类:matlab例程

    • 发布日期:2013-09-05
    • 文件大小:1394
    • 提供者:angejason
  1. 遗传算法的基本算法,最优化算法

    0下载:
  2. 遗传算法的基本算法,最优化算法,以及单点交叉等有关遗传算法的代码
  3. 所属分类:C#编程

  1. genetic

    0下载:
  2. 遗传算法30个基本案例的第一题,我把工具箱也放进了里面,以便更好的运行代码,一元函数的遗传算法优化(Optimization of unary function by genetic algorithm)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-21
    • 文件大小:96256
    • 提供者:小禹哥哥
  1. 674124

    0下载:
  2. 基于基本遗传算法的函数最优化 SGA C A Function Optimizer using Simple Geneti()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:538624
    • 提供者:Eunoce
  1. 70995473

    0下载:
  2. 遗传算法基本算法:基于基本遗传算法的函数最优化()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-11
    • 文件大小:4096
    • 提供者:diasrad
« 1 2 3 45 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com