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

搜索资源列表

  1. PSO_2D

    0下载:
  2. Matlab语言编写的2维粒子群算法进行函数最优化的源代码,并附有AVI视频演示!-2-D particle swarm optimization source code for optimization (with the AVI video!)
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:308337
    • 提供者:张飞
  1. AntTSP

    0下载:
  2. TSP问题关于蚁群最优化算法的MATLAB程序-Ant colony optimization about TSP algorithm of MATLAB
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:15270
    • 提供者:江奇
  1. Optimization

    0下载:
  2. 最优化算法中常见的0.618法,二次插值,Godenstein等。-Optimization of 0.618 common law, quadratic interpolation, Godenstein and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1758
    • 提供者:马宁
  1. kalman_intro_chinese

    0下载:
  2. 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。-Kalman filter is an " optimal recursive data processing algorithm (autoregressive to optimize data-processing algorithm)." To address the very
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:414551
    • 提供者:jessic
  1. opti

    1下载:
  2. 最优化方法的实现算法,分别有0.618法,共轭梯度法,等-The realization of optimization algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:52089
    • 提供者:阳方平
  1. optimization.levenbergmarquardt.vb6

    0下载:
  2. 马夸特最优化算法 可用于最小二乘法或者其他数值分析-Marquardt optimization algorithm can be used for the least square method or other numerical analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:23843
    • 提供者:小狗娃
  1. OptimizationAlgorithm

    0下载:
  2. 此代码是采用matlab编写的最优化算法,主要是对求解函数进行最优化分析,最终求出最优解。-This code is prepared using matlab optimization algorithm, the main function is to solve the optimization analysis, the final optimal solution obtained.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2653
    • 提供者:喻琴燕
  1. GS

    0下载:
  2. 用遗传算法求解函数最优化问题,可以求目标函数的极值-Function using genetic algorithm optimization problem can be of extreme value for the objective function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:186685
    • 提供者:初蕾
  1. TSPmonituihuo

    0下载:
  2. 应用模拟退火最优化算法来解决TSP(旅行商)问题-Application of simulated annealing optimization algorithm to solve the TSP (traveling salesman) problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:8088
    • 提供者:shangxiaobing
  1. 123

    0下载:
  2. matlab蚁群算法 解决路线最优化,求极值等问题-ant colony algorithm matlab route optimization solution, and issues such as extreme
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8531
    • 提供者:赵峻
  1. diffevol-1.10

    0下载:
  2. 一个用Delphi编制的遗传算法程序,依据差异进化的原理实现最优化。-GA source codes programmed with Delphi.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:19082
    • 提供者:韧峰
  1. mianyi

    0下载:
  2. 免疫算法与遗传算法类似,主要用于求解最优化问题。-Immune algorithm and genetic algorithm is similar, mainly for solving optimization problems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:3115
    • 提供者:huifei
  1. tuihou

    0下载:
  2. 模拟退火算法经常用于最优化问题,本算法通俗易用!-Simulated annealing algorithm often used for optimization problems, this algorithm is popular to use!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2703856
    • 提供者:huifei
  1. optim

    0下载:
  2. 最优化函数集,包括线性规划,非线性规划,带约束优化问题等-Optimization function sets, including linear programming, nonlinear programming, constrained optimization problems, etc
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:46499
    • 提供者:周微
  1. KalmFilter

    0下载:
  2. 卡尔曼滤波器是一个最优化自回归数据处理算法. -KalmFilter is an optimal recursive data processing algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:266395
    • 提供者:张全
  1. optimization

    0下载:
  2. 最优化算法的总结,包括了主要的搜索算法,NP问题,遗传算法,神经网络,拉格朗日松弛,对计算机优化计算提供理论基础。-Summary of optimization algorithms, including the main search algorithm, NP problems, genetic algorithms, neural networks, Lagrangian relaxation, to provide a theoretical basis for computer op
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:6378763
    • 提供者:zn
  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. Lagrange

    0下载:
  2. 拉格朗日算法 是一种最优化算法。通过拉格朗日算法可以获得问题的下界。-langrangian algorithm is an optimiazation to slovle the optimization problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:155237
    • 提供者:陈丽
  1. Optimizationalgorithm

    0下载:
  2. 最优化算法的C程序设计(包括黄金分割法,变尺度法等)-Optimization algorithm of C programming
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:44812
    • 提供者:notcomplex
« 1 2 3 4 5 6 78 9 10 11 12 ... 47 »
搜珍网 www.dssz.com