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

搜索资源列表

  1. tsp_genetic

    1下载:
  2. Another TSP GA for Maltab
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2903
    • 提供者:aven
  1. GA_TSP

    0下载:
  2. Another TSP GA for Maltab
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. GA for Matlab use and is very simple.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1733
    • 提供者:aven
  1. Matlab

    0下载:
  2. Fitness function that help users to use that in ga applications.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:8091
    • 提供者:fari
  1. GA-MATLIB-NO-BUILDFUN

    0下载:
  2. 没有利用到任何matlab遗传算法相关函数。做遗传算法教学用。【原创】-Not using any matlab genetic algorithm-correlation function. Genetic algorithms to do teaching. 【Original】
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:46906
    • 提供者:王为
  1. ga_demo

    0下载:
  2. 遗传算法matlab程序,很全面,很实用,欢迎下载。-geneticAlg matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:12232
    • 提供者:melody
  1. TSP

    0下载:
  2. TSP solved whit Genetic Algorithms in MATLAB GA toolbox
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:415246
    • 提供者:siulfer
  1. tsp_ga

    0下载:
  2. SP_GA Traveling Salesman Problem (TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the TSP by setting up a GA to search for the shortest route (least distance for the salesman to travel to each city exactly once and return to t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2941
    • 提供者:gao
  1. GA

    0下载:
  2. MATLAB实现改进的遗传算法,体现该算法在MATLAB上实现的效果-MATLAB to achieve improved genetic algorithm, embodied in the algorithm to achieve the effect of MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3997
    • 提供者:xie
  1. PSO

    1下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5280
    • 提供者:stephen
  1. threeAlgo

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:14281
    • 提供者:stephen
  1. my_liziqun_RBF

    3下载:
  2. RBF神经网络,PSO优化和GA优化对比的径向基神经网络-PSO&GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3980
    • 提供者:张宁
  1. GA_SVM

    2下载:
  2. 对于小样本而言,SVM的仿真效果要比神经网络好,但是SVM的性能依赖于它的两个训练参数,本算法是用GA自动选择SVM的两个参数。-For small sample case, SVM simulation results than the neural network is good, but the performance of SVM depends on its two training parameters, the algorithm is automatically selected
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1673818
    • 提供者:单志
  1. MATLAB

    0下载:
  2. m file for a example of GA,using with matlab tool,wish it is useful for you-m file for a example of GA,using with matlab tool,wish it is useful for you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  3. 所属分类:GIS program

    • 发布日期:2017-04-05
    • 文件大小:1952
    • 提供者:mao
  1. GA

    0下载:
  2. 这个是遗传算法问题的matlab程序求解,请过目!-the GA is the procedure for Matlab, please read!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7584
    • 提供者:王涛
  1. GA-Demo

    0下载:
  2. 遗传算法几个简单的示例,附带程序说明,MATLAB语言实现-GA Demo in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3901
    • 提供者:刘文
  1. pso-svm

    10下载:
  2. 这是一个用pso优化SVM中的惩罚参数C和核参数g的MATLAB源码,简单易学-This is an optimization of SVM with the pso in the penalty parameter C and kernel parameter g of the MATLAB source code, easy to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-25
    • 文件大小:1498
    • 提供者:yyifang
  1. GA

    0下载:
  2. 基于VC++编程,实现遗传算法的代码,并实现了遗传算法对函数极值的搜索,并调用MATLAB绘图-Based on VC++ programming, genetic algorithm code, and implements a genetic algorithm to function extremum search and call MATLAB Graphics
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1028159
    • 提供者:陈伟
  1. ga-base

    0下载:
  2. 基本遗传算法的MATLAB编程,未利用MATLAB工具箱,但更能帮助理解遗传算法的基本思想及其核心。-The basic genetic algorithm MATLAB programming, without the use of MATLAB toolbox, but the more help you understand the basic idea of genetic algorithms and its core.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2854
    • 提供者:jyll
  1. pso

    0下载:
  2. This an implementation of Particle Swarm Optimization algorithm using the same syntax as the Genetic Algorithm Toolbox, with some additional options specific to PSO. Allows code-reusability when trying different population-based optimization al
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4248
    • 提供者:Chris Leung
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com