CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 遗传算法 函数

搜索资源列表

  1. mjh_SGA

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

    • 发布日期:2008-10-13
    • 文件大小:5.32kb
    • 提供者:mjh
  1. Functionofgeneticalgorithmoptimizationprocedure.ra

    1下载:
  2. 用遗传算法解一个函数优化问题的程序,目标函数和约束条件可以改动!-Genetic Algorithm for a function optimization problem with the objective function and constraints can be changed!
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:196.56kb
    • 提供者:HuiGuobao
  1. Cprocess

    0下载:
  2. c代码,用遗传算法求函数最大值f(x)=x^2 x 从0到30,希望有用-c code, using genetic algorithms function max f (x) = x ^ 2 x from 0 to 30, hope helpful
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:22.32kb
    • 提供者:lijuan3623
  1. Cprocess

    0下载:
  2. C代码:遗传算法求函数最大值f(x)=x^2 x 从0到30,希望有用-C code: genetic algorithms function max f (x) = x ^ 2 x from 0 to 30 seek to help
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:11.84kb
    • 提供者:lijuan3623
  1. gatool

    0下载:
  2. 遗传算法的GADS中的源码gatool函数代码-Genetic GADS in source gatool function code
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1.77kb
    • 提供者:骆琰妍
  1. gafitness

    0下载:
  2. 遗传算法GADS的gafitness函数的代码-GA GADS of gafitness function code
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1.72kb
    • 提供者:骆琰妍
  1. fitscalingshiftlinear

    0下载:
  2. 遗传算法GADS的fitscalingshiftlinear函数代码-GA GADS of fitscalingshiftlinear function code
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1.31kb
    • 提供者:骆琰妍
  1. poll

    0下载:
  2. 遗传算法GADS的private函数中的poll函数代码-GA GADS the private function in the poll function code
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1.97kb
    • 提供者:骆琰妍
  1. SGA_5

    0下载:
  2. 用遗传算法来解决多极值函数的求解问题, 程序采用了锦标赛选择方法-Using genetic algorithm to solve the multiple maximum function problem.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:210.53kb
    • 提供者:weiwei
  1. GATEST

    0下载:
  2. 遗传算法优化的小程序,利用遗传算法求解函数的极值。-Genetic algorithm optimization procedures, the use of genetic algorithm function extremum.
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:105.24kb
    • 提供者:王瑞
  1. PlotCharts

    0下载:
  2. 一个简单的遗传算法计算最大最小程序 有用户界面 一元函数有函数图-a simple GA program by c# with 3 different dimensional function and also the 1-dimensional function has the graph
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:66.84kb
    • 提供者:刘宇欧
  1. ga

    0下载:
  2. 遗传算法程序代码,包括函数最优化,基本算法,分层遗传改进算法等-Genetic algorithm code, including function optimization, the basic algorithm, hierarchical genetic algorithm to improve
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1.76mb
    • 提供者:zazaza
  1. GA1

    0下载:
  2. 标准遗传算法,通过修改里面的测试函数即可为你所用!-Standard genetic algorithm, by modifying the inside of the test function can work for you!
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:21.44kb
    • 提供者:hockjean
  1. Ackley

    0下载:
  2. ackley函数希望有用 这个是遗传算法写的-ackley huashu
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:913.01kb
    • 提供者:李燕楠
  1. 3

    0下载:
  2. 使用visual C++的遗传算法单目标函数编程程序,能有效的计算出n代优化结果-Single objective function using visual c++ genetic algorithm programming procedures, can effectively calculate the n generation optimization results
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:325.77kb
    • 提供者:一见
  1. examples

    0下载:
  2. 用于测试遗传算法算法效率的一系列算例,首先读入问题库和优化函数,然后利用算例的数据进行测试。-A series of examples for testing the efficiency of the algorithm genetic algorithm, first read the question bank and optimization functions, then use the data to test examples.
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:2.56mb
    • 提供者:许可
  1. GA

    0下载:
  2. 这是我们课程学习用的遗传算法代码,用C语言写的,有关于函数优化的,也有关于TSP问题的,资料很好,与大家一起分享-This is our course to learn genetic algorithm code, written in C language, on the function optimization, but also on the TSP problem, the information is very good, to share with you
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:5.8mb
    • 提供者:
搜珍网 www.dssz.com