搜索资源列表

  1. 遗传算法包

    2下载:
  2. 一个基本的遗传算法源代码!!

  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-12-01
    • 文件大小:3871
    • 提供者:chenlilong84
  1. 基本遗传算法源程序

    0下载:
  2. 多目标进化算法源代码-more evolutionary algorithm source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:刘鑫
  1. ga_math

    0下载:
  2. 基本遗传算法程序包-basic genetic algorithm program package
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:11264
    • 提供者:张宏滔
  1. 遗传算法源代码

    0下载:
  2. 遗传算法的源程序,里面有基本的遗传算法的各种操作过程,很全面!-genetic algorithm source, there are basic genetic algorithm various operational and very comprehensive!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:264192
    • 提供者:汤凌
  1. 遗传算法框架程序

    0下载:
  2. 本算法采用最基本的遗传算法编写,有利于初学者掌握遗传算法的构成。-This algorithm is written by the most fundamental genetic algorithm,benefit the beginner to know the structure of genetic algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:115712
    • 提供者:吕化
  1. 遗传算法基本算法

    0下载:
  2. 这个是关于遗传算法的比较完整的C语言程序,个人觉得还是比较有参考价值。-on the genetic algorithm is relatively complete C language program, individuals think it is quite a reference value.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:65536
    • 提供者:沈忆
  1. mjh_SGA

    0下载:
  2. 基本遗传算法源程序。 基于基本遗传算法的函数最优化 sga.c。-basic genetic algorithm source. Based on the basic genetic algorithm optimization sga.c function.
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:mjh
  1. 改进遗传算法-郭涛算法做最优化问题很管用

    0下载:
  2. 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:龚文引
  1. 遗传算法求解TSP问题

    0下载:
  2. 基本遗传算法求解TSP问题,只需给出城市间距离矩阵和初始参数即可进行计算。-basic genetic algorithm for TSP, is only inter-city distance matrix and the initial parameters can be calculated.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:
  1. SGA源程序

    0下载:
  2. Sga.c 基本遗传算法源程序, 输入数据文件input,-Sga.c basic genetic algorithm source code, the input data file input,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:张文广
  1. baseGA

    0下载:
  2. c语言编写的各种基本遗传算法,文件都很全面!-of basic genetic algorithm, the paper is comprehensive!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:632832
    • 提供者:李栋
  1. GA-VC++

    1下载:
  2. 二进制的基本遗传算法,在VC++环境下编程实现。-binary basic genetic algorithm, the VC environment programming.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:83968
    • 提供者:Stone
  1. MVSOFGA

    0下载:
  2. 基本遗传算法,使用验证函数验证!结果非常准确!-basic genetic algorithm, the use of certification function validation! Very accurate results!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:4023296
    • 提供者:llx
  1. jibenyichuansuanfa

    0下载:
  2. 基本遗传算法源程序(基于基本遗传算法的函数最优化C程序)-Basic genetic algorithm source code (based on a function of the basic genetic algorithm optimization procedure C)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:chen
  1. SimpleGA

    0下载:
  2. 该程序为使用了轮盘赌选择方式、单点交叉和基本位变异算子,内嵌精英保留策略的基本遗传算法。其实现使用了固定数组,使用一个常用的测试函数。-The procedure for the use of a roulette wheel selection, single-point crossover and basic bit mutation operator, embedded elite reservation strategy for
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:东方志柱
  1. GA-VC

    0下载:
  2. 基本遗传算法程序,算法中加入了精英选择策略。 用vc++实现。-Basic genetic algorithm procedure, the algorithm is added to the elite selection strategy. With vc++ Achieve.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:wangjing
  1. wangxiaoping-resource

    0下载:
  2. 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件wor
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:4516864
    • 提供者:flying
  1. 22

    0下载:
  2. 一个基本遗传算法的C++语言实现,有三个文件构成。-A basic genetic algorithm C++ Language, there are three files.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:yangmingze
  1. 基本遗传算法

    0下载:
  2. 基本遗传算法应用实例。用基本遗传算法求下面函数的最大值。F=x^3-60*x^2+900*x+100,0<=X<=30.个体数目去50,最大进化代数取100,离散精度去0.01,杂交概率取0.9.(Application examples of basic genetic algorithm. Apply the basic genetic algorithm to the maximum of the following
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:三百碗饭
  1. 遗传算法

    0下载:
  2. 基本遗传算法(GA)的算法原理、步骤、及Matlab实现,包含详尽的代码(Basic Genetic Algorithm (GA) algorithm principles, steps, and Matlab implementation, including detailed code)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:少少1
« 12 3 4 5 6 7 8 9 10 ... 33 »

源码中国 www.ymcn.org