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

搜索资源列表

  1. matlab遗传算法源程序

    8下载:
  2. 用matlab编程的完整的遗传算法源程序
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-06-01
    • 文件大小:110.97kb
    • 提供者:969030395@qq.com
  1. 车间作业调度问题遗传算法通用Matlab程序

    8下载:
  2. 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2016-08-21
    • 文件大小:49.69kb
    • 提供者:朱磊
  1. GAOptimization.rar

    2下载:
  2. 我改写的多变量带约束的遗传算法Matlab源程序!,Multi-variable Constrained Optimization by GA in Matlab!!!
  3. 所属分类:matlab

    • 发布日期:2015-05-26
    • 文件大小:1.47kb
    • 提供者:张飞
  1. GA

    1下载:
  2. matlab编写的遗传算法优化程序,采用随机配对交叉,多点交叉,两点交叉,编译对目标函数进行优化-matlab genetic algorithm to optimize the preparation procedures, using a random cross-matching, multi-point crossover, two cross-cutting, the compiler of the objective function to optimize
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1.47kb
    • 提供者:夏雨泽
  1. GA遗传算法的入门教学PPT

    1下载:
  2. 遗传算法的入门教学PPT,包括一些简单的matlab实现程序。-Genetic algorithm tutorial PPT, including the realization of some simple matlab program.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:781.49kb
    • 提供者:YJN
  1. GA

    2下载:
  2. 自适应遗传算法 [matlab] 对遗传算法的改进 效果不错-Adaptive genetic algorithm [matlab] of genetic algorithms to improve the effectiveness of good
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-01
    • 文件大小:36.91kb
    • 提供者:mingming
  1. GA

    0下载:
  2. 文件中包含某老师关于智能优化计算课程中的遗传算法部分的讲义,其中包含详细的例子及源代码。-File contains a calculation of the teachers on the intelligent optimization of the genetic algorithm curriculum part of the lecture, which includes detailed examples and source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.1mb
    • 提供者:周钟
  1. sheffield-GA----GeneticAlgorithms

    3下载:
  2. 强大的遗传算法工具!英国sheffield大学的遗传算法工具箱-Powerful tool for genetic algorithm! Sheffield United Kingdom University of Genetic Algorithm Toolbox
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:209.58kb
    • 提供者:学者
  1. ga-for-tsp

    3下载:
  2. 利用遗传算法解决50个城市tsp问题,适合初学者。-The use of genetic algorithm to solve the issue of 50 cities tsp, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3.36kb
    • 提供者:dayong
  1. GA-FOR-VRP

    1下载:
  2. 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
  3. 所属分类:AI-NN-PR

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

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.59kb
    • 提供者:周薇
  1. GA-PSOPSO

    5下载:
  2. (粒子群算法)作为添加算子改进GA (遗传算法),供大家学习-(PSO), as the operator to add to improve the GA (genetic algorithm) for them to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-02-19
    • 文件大小:2.23kb
    • 提供者:陈沛谕
  1. GA

    0下载:
  2. 遗传算法的书籍,希望对大家有所帮助-GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:6.49mb
    • 提供者:潘文
  1. GA

    0下载:
  2. 热能工程专业硕士研究生毕业课题:遗传算法目标函数优化-Thermal engineering graduate Master' s graduate student issues: genetic algorithm to optimize the objective function
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.11kb
    • 提供者:郝晓冬
  1. GA

    1下载:
  2. 毕业设计_基于遗传算法的曲轴优化设计研究-GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:381.56kb
    • 提供者:leichao
  1. ga

    0下载:
  2. 这是一个用matlab编写的基于实数遗传算法程序,汉语注释详细,绝对原创。运行结果正确。-This is a prepared using matlab genetic algorithm based on real process, detailed notes in Chinese, is absolutely original. The correct results.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.96kb
    • 提供者:高天天
  1. GA

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

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:zhoulimin
  1. 遗传算法及其MATLAB程序

    0下载:
  2. 遗传算法简介 及 matlab计算实现过程(the brief introduction of GA and the method to get it)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:84kb
    • 提供者:kuiger
  1. 遗传算法

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

    • 发布日期:2018-05-01
    • 文件大小:3kb
    • 提供者:少少1
  1. 完整的matlab遗传算法代码

    2下载:
  2. 完整的matlab遗传算法代码,解压即可使用(Matlab complete genetic algorithm code, decompression can be used)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-06
    • 文件大小:4kb
    • 提供者:initialZ
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com