CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - genetic algorithm c program

搜索资源列表

  1. ych2

    0下载:
  2. 遗传算法的c语言程序-Genetic Algorithm c Language Program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:301.55kb
    • 提供者:陈孟
  1. Genetic-Algorithm

    0下载:
  2. 遗传算法如何利用C++程序来实现,以求作业车间调度等问题。-How to use the genetic algorithm C++ program to implement in order to job shop scheduling problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:14.49kb
    • 提供者:张广乐
  1. PaiXu

    0下载:
  2. 遗传算法的备选方案排序,C程序实现,供参考之用.-Genetic algorithm to sort the options, C program, for information purposes only.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:6.16kb
    • 提供者:张晓
  1. MGA

    0下载:
  2. 这是一个基于多智能体的遗传算法,算法中以一个30维Rastrigin的函数(该函数有无数个局部积小点一个最小点)为例进行了演示——连续独立运行五十次,每次的解小于1e-4,使用了matcom45和C++的混合编程,请先下载后使用程序-This is a Multi-agent-based genetic algorithm with a 30-dimensional Rastrigin function (the function has numerous local small plot po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5.3kb
    • 提供者:huwentao
  1. c++ingenetic

    0下载:
  2. 很好的关于遗传算法的c程序,编的比较简单移动,是初学者的好程序-Very good on the genetic algorithm c procedures, provision of relatively simple movement is a good program for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.46kb
    • 提供者:zong
  1. TSP

    1下载:
  2. 用遗传算法解决TSP问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve TSP problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-04
    • 文件大小:126.51kb
    • 提供者:dudu
  1. sga-c

    0下载:
  2. 利用C开发的一个遗传算法案例。C语言程序在Dev-Cpp下编译通过,在VC下面应当也可以编译通过。-Use C to develop a genetic algorithm case. C language program at compile under Dev-Cpp is passed, the following should be in the VC can also be compiled through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:32.75kb
    • 提供者:eric
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended to other applications of the tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:85.96kb
    • 提供者:chenjing
  1. genetic

    0下载:
  2. 改C程序结合了遗传算法和模拟退火算法的思想,能求出网络图中各工序的最优开工时间和工程的收益的净现值。-C program to a combination of genetic algorithms and simulated annealing algorithm can find the network map to start the process of the optimal time and the project' s net present value of earning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1.95kb
    • 提供者: 御驸马
  1. GA1true

    0下载:
  2. 遗传算法的c++程序,用于电力系统短期负荷预测-Genetic algorithm c++ program for power system short term load forecasting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:6.83kb
    • 提供者:李玮
  1. GECCO1

    0下载:
  2. This the program for the GECCO 2008 contest utilizing the genetic algorithm-This is the program for the GECCO 2008 contest utilizing the genetic algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:201.82kb
    • 提供者:Junseok Kwon
  1. the-genetic-algorithm

    0下载:
  2. 一个用c++语言实现的遗传算法程序,为初学者提供一个入门-A genetic algorithm to achieve c++ language program, to provide an entry for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:10.67kb
    • 提供者:王三
  1. Genetic-Algorithm

    0下载:
  2. c编的遗传算法共享给大家。同时还想得到更好更多的有关遗传算法的程序,望大家多多奉献。-c series of genetic algorithms for everyone to share. At the same time would like to get more and better information on genetic algorithm program, and hope a lot of dedication.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:2.32kb
    • 提供者:杰克
  1. Genetic-Algorithms-C-program-

    0下载:
  2. 遗传算法C程序,配套王小平版遗传算法书,可以运行,简单易懂。-Genetic algorithm C program, supporting Wang Xiaoping version of genetic algorithms book, you can run, simple and easy to understand.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:19.58kb
    • 提供者:李平
  1. genetic-algorithm

    0下载:
  2. C语言编写的遗传算法源程序,程序框架好,易懂,适合初学真。-The genetic algorithm source code written in the C language, the program framework, easy to understand, suitable for beginner true.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:2.08kb
    • 提供者:李平
  1. Genetic-algorithm

    0下载:
  2. 遗传算法的c版程序,并附有注释.对于初次学习遗传算法的人员来说,很有帮助。-Genetic algorithm c version of the program, together with the notes for the first time learning genetic algorithm staff, very helpful.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:6.68kb
    • 提供者:james
  1. yichuansuanfa

    0下载:
  2. 非常好用的遗传算法 C#程序 源码 遗传算法例子 遗传算法程序-Very easy to use genetic algorithm C# program source code examples of genetic algorithm genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:235.25kb
    • 提供者:李果果
  1. Genetic-Algorithm-Power-Systems

    0下载:
  2. 用C语言编写的基于遗传算法对电力系统无功优化程序源代码,程序调试基本完成。-C language based on genetic algorithm for reactive power optimization program source code, debugging basically completed.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-30
    • 文件大小:20.5kb
    • 提供者:闻多
  1. the shortest path program in graph theory

    0下载:
  2. 图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。遗传算法是解优化问题的有效算法,而并行遗传算法是遗传算法研究中的一个重要方向,受到了研究人员的高度重视。(Graph theory plays an important role in computer science. It provides a simple and systematic modeling method for many p
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:27kb
    • 提供者:四姑娘
« 12 3 4 5 »
搜珍网 www.dssz.com