CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - solve matlab

搜索资源列表

  1. thegreedyalgorithmusinggeneticalgorithmssolveknaps

    0下载:
  2. 详细的讲述了贪心算法和遗传算法相结合去求解NP难题,背包问题。-Greedy algorithm described in detail and the combination of genetic algorithms to solve the NP problem, knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2890
    • 提供者:liulei
  1. ACO

    2下载:
  2. 用改进的蚁群算法来解决旅行商问题,以寻求最优解!-Improved ant colony algorithm used to solve the traveling salesman problem, to find the optimal solution!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2988
    • 提供者:金亮冰
  1. tuzhuode

    2下载:
  2. 利用模拟退火法解决图着色问题,画出相应的图形,效果较好-Using simulated annealing to solve the graph coloring problem, draw the appropriate graphics, better
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2467
    • 提供者:宋聃
  1. hs-EIT

    1下载:
  2. 在matlab基础上编程解决EIT逆问题(有注释)-Matlab program to solve the EIT on the basis of inverse problems (with comments)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-09
    • 文件大小:47104
    • 提供者:李乐
  1. 39975737MATLAB_gatool

    1下载:
  2. 解决0-1背包问题的遗传算法matlab程序,欢迎交流提高。-Solve the 0-1 knapsack problem genetic algorithm matlab program, welcomed the exchange increased.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:44929
    • 提供者:孙磊
  1. ais

    1下载:
  2. 人工免疫算法,解决优化问题,已通过编译,绝对可以运行-Artificial immune algorithm to solve optimization problems, has been to compile
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-09
    • 文件大小:6144
    • 提供者:fzy
  1. matlab-ant-tsp

    0下载:
  2. AI-NN-PR Matlab Used MATLAB language. 33 cities in the ant algorithm. Solve the TSP problem. -AI-NN-PR Matlab Used MATLAB language. 33 cities in the ant algorithm. Solve the TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:1950
    • 提供者:esse
  1. matlab

    0下载:
  2. 使用遗传算法解决车间调度问题的matlab源代码-Shop scheduling using genetic algorithms to solve the problem of matlab source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2472
    • 提供者:唐正
  1. Solve

    0下载:
  2. 线性方程组的系数矩阵为实对称阵并且采用半带宽存储时,采用顺序高斯消去法解线性方程组的matlab程序。-The coefficient matrix of linear equations for the real symmetric matrix and the semi-bandwidth, storage, use sequential Gaussian elimination method for solving linear equations matlab program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:570
    • 提供者:happy511
  1. GAMDF

    0下载:
  2. 用进化算法实现wdm光网络中的路由和波长分配i问题。-use EA to solve the RWA problem in wdm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1191
    • 提供者:董蓓
  1. shenjingwangluoyucewenti

    0下载:
  2. 可以用于多种预测问题,神经网络预测 精度大大提高,简洁方便。-Solve the problem of neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1424
    • 提供者:hl
  1. PSObeibao

    0下载:
  2. 粒子群算法解决背包问题,使用PSO解决背包问题-PSO algorithm to solve the knapsack problem, solve the knapsack problem using PSO
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:197059
    • 提供者:gq
  1. matlab

    0下载:
  2. art2神经网络 帮助大家解决问题。大家多支持一下。-art2 Neural network Help solve the problem. More support.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:7712
    • 提供者:王忠山
  1. Particle-swarm-algorithm-matlab-code

    0下载:
  2. PSO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解,这些鸟在寻找食物的过程中,不停改变自己在空中飞行的位置与速度。-PSO algorithm is to simulate a flock of birds looking for food in the process, each bird is the PSO particles, that is, we need to solve the problem of possible solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:191252
    • 提供者:闫小凡
  1. Genetic Nonlinear Matlab

    1下载:
  2. 遗传算法虽然全局搜索能力较强,但是局部搜索能力较弱,一般只能搜索到函数优化问题的次优解,而不是最优解,特别是函数具有多个峰值时,遗传算法易陷入局部极小,不能找到真正的全局最优解。非线性规划因多采用梯度下降方法求解,而具有极强的局部搜索能力。因此,本源代码结合两种算法的优点,一方面采用遗传算法进行全局搜索,另一方面采用非线性规划进行局部搜索,以得到函数优化问题的全局最优解。实验证明,这种方法不仅能解决多峰函数寻优易陷入局部极小的问题,而且具有很高的迭代寻优效率,取得了满意的结果。-Global s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-07
    • 文件大小:44166
    • 提供者:乐乐
  1. matlab-GA

    0下载:
  2. Matlab标准遗传算法求解数学模型,已经验证过,可以直接运行-The Matlab standard genetic algorithm to solve the mathematical model has been validated, you can directly run
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:2884
    • 提供者:娇娇
  1. tsp-matlab

    0下载:
  2. tsp的matlab神经网络求解,可以用的,还不错-tsp matlab neural network to solve, you can use, but also good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:717
    • 提供者:唐小米
  1. the-short-distance-genetic-matlab

    0下载:
  2. 最短距离问题,利用遗传算法解决。这是一个完整的数模题目,有题目,思路,解决方法及源代码,希望大家能够喜欢-The shortest distance problem, the use of genetic algorithms to solve. This is a complete digital-analog problem, there are questions, ideas, solutions and source code, I hope everyone can enjoy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3755
    • 提供者:李磊
  1. pso-to-solve-jizu-zuhe

    0下载:
  2. 利用PSO算法,通过matlab平台实现,旨在解决机组优化问题,适合初学者了解粒子群算法及其应用,程序内有相关注释,为避免算法陷入局部最优,对相关算子做了适当改进。 -Xin an river model, using the PSO algorithm, through the matlab platform, aims to solve the optimal problem, suitable for beginners to understand particle swarm alg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3223
    • 提供者:ethbk
  1. Matlab

    0下载:
  2. 主要是用来解决在神经网络中存在的过拟合问题,实例是在工业过程中用神经网络进行故障诊断的例子-Is mainly used to solve the existed neural network overfitting, it is an example of an instance in industrial processes using neural network fault diagnosis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:334044
    • 提供者:李勤
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com