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

搜索资源列表

  1. AdapGA

    1下载:
  2. 自适应遗传算法,用于优化求解,线性非线性方程方程组,调了很久-Adaptive genetic algorithm for optimization solution, linear equations, nonlinear equations for a long time
  3. 所属分类:Other systems

    • 发布日期:2016-09-10
    • 文件大小:1024
    • 提供者:褚玉璞
  1. ga

    0下载:
  2. maltab j求解背包问题 遗传算法-maltab 0-1bag gasuanfa
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:10087
    • 提供者:胥北
  1. chejiandiaodu

    0下载:
  2. 流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码,属于GreenSim团队原创作品,博客上发布的是不完
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3437
    • 提供者:yyl
  1. TSP_GA

    0下载:
  2. 本代码是用matlab语言编写的利用遗传算法寻优求解TSP问题,遗传算法部分所有子函数均为手工编写,最后画出了仿真得到的最优路线图。-The program is written in matlab program to solve TSP problem by genetic alogrithm,and the genetic optimization part is all written by hand(not calling functions or tools).at last,I d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7231
    • 提供者:dingmin
  1. MOEA-NSGA-II

    0下载:
  2. 一个关于多目标优化的遗传算法参考程序,数值方法求解可行解-About multi-objective optimization genetic algorithm reference program
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-26
    • 文件大小:387689
    • 提供者:tianyuanluo
  1. 401

    0下载:
  2. 遗传算法,用于求解最优化问题。利用生物进化的理论求解目标函数的最大值或最小值。-Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3897
    • 提供者:zhangyaojie
  1. GA

    2下载:
  2. 利用遗传算法来求解非线性方程组,详细的Matlab程序-matlab program for GA to solve the nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2014-12-18
    • 文件大小:16384
    • 提供者:clh
  1. yichuan

    0下载:
  2. 该程序采用遗传算法以较快速度实现求解函数最值问题。-The program uses a genetic algorithm to achieve a faster rate function best value problem solving.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1108
    • 提供者:王景
  1. stokesV

    0下载:
  2. 利用遗传算法对stokesV波进行优化病求解的范例。-The use of genetic algorithms to optimize disease stokesV wave solving paradigm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1188
    • 提供者:zhangj
  1. genetic-algorithm-TSP

    0下载:
  2. 介绍求解TSP问题的遗传算法,附带源代码和城市节点数据。-Introduced genetic algorithm for solving TSP problem,including the supplementary data source code and city nodes.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5305
    • 提供者:张晓磊
  1. 1

    0下载:
  2. 基于遗传算法的最小生成树算法很好解决了常用二进制编码不能正确表达最小生成树的问题,其优点是:求解过程简单清晰,形象直观,快速有效,易于编程,且具有更广泛的适用性,在求解多节点网络的最小生成树时更能体现其计算速度快的优越性。-The minimum spanning tree algorithm based on genetic algorithm is very good to solve the common binary code that can not correctly express
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:56854
    • 提供者:刘子才
  1. Genetic-algorithm-

    0下载:
  2. 简单的遗传算法实例,求解多个城市的旅行商问题。C++编写。大量注释-Examples of simple genetic algorithm to solve the traveling salesman problem in many cities. C++ write. Extensive comments
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2684892
    • 提供者:zhangxiangfei
  1. APSO-GA-ACO-TSP

    1下载:
  2. 综合粒子群和蚁群算法,再利用遗传算法中交叉编译算子;再引入模糊技术,形成模糊自适应粒子群和蚁群混合算法,求解TSP问题-Integrated particle swarm and ant colony algorithm, and then genetic algorithm is used to cross compile operator then introduced the fuzzy technology, forming a fuzzy adaptive particle swar
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:19904
    • 提供者:张海俊
  1. GA-opf

    3下载:
  2. 利用遗传算法解决电力系统最优潮流问题。程序opf1为最优潮流的模型建立部分,gaopf是主函数,求解最小燃料费用。-By using the genetic algorithm to solve the power system optimal power flow problem.Program opf1 for optimal power flow model is established in this part, gaopf is the main function, and solvi
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:37188
    • 提供者:liuyuanke
  1. SBOeGA

    0下载:
  2. 用顺序选择算法改进遗传算法,用来求解以为无约束问题-Sequence selection algorithm with improved genetic algorithm is used to solve the problem that the unconstrained
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1064
    • 提供者:杨浩
  1. matlab-genetic

    0下载:
  2. 遗传算法在求解一元函数极值中的应用,可供新手学习、参考-a genetic algorithm is given to solve a simple function’s extremum problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1160
    • 提供者:
  1. gen_algorithm

    0下载:
  2. 利用MATLAB实现遗传算法对非线性问题的求解,进行迭代计算-Genetic algorithms using MATLAB for solving nonlinear problems, iterative calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1418
    • 提供者:小飞
  1. a-few-suanfa-jisuan-TSP

    0下载:
  2. 各种算法用来求解TSP问题的MATLAB源程序,包括蚁群算法,遗传算法,模拟退火-Ant colony algorithm using matlab simulation platform developed: algorithm, path shows that human-computer interaction control
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:8985
    • 提供者:Milly
  1. Untitled3

    0下载:
  2. 利用遗传算法的选择、交叉、变异功能来求解De Jong函数优化问题-The use of genetic algorithm selection, crossover and mutation function to solve the function optimization problem De Jong
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:662
    • 提供者:沉淀
  1. genetic-algorithm

    0下载:
  2. 遗传算法程序源代码求解非线性最优化问题,可以学习。-Genetic algorithm source code for solving nonlinear optimization problems
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:5330
    • 提供者:机械
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com