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

搜索资源列表

  1. grad

    0下载:
  2. 最优化算法搜索算法中求解下降方向的最速下降法-Optimization algorithm search algorithm for solving the lowering direction of the steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:784
    • 提供者:Asun
  1. newton

    0下载:
  2. 最优化算法搜索算法中求解下降方向的牛顿法-Optimization algorithm search algorithm for solving the lowering direction of Newton' s method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:914
    • 提供者:Asun
  1. GeneticAlgorithm

    0下载:
  2. 全局最优化算法,遗传算法,全局迭代寻优,全局解-Genetic Algorithm global optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1107
    • 提供者:Andy
  1. frcg

    0下载:
  2. 局部最优化算法,共轭梯度法,最有解寻找,迭代循环-Local optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:690
    • 提供者:Andy
  1. GETD

    0下载:
  2. 共轭梯度算法,现代优化算法的一种,可已用做最优化算法的求解。-Conjugate gradient algorithm, a kind of modern optimization algorithms can be used has been optimized Algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:860
    • 提供者:WANG
  1. pso优化算法

    0下载:
  2. 粒子群算法源码 可顺利运行 得出最优化结果
  3. 所属分类:matlab例程

  1. xiugai_powell

    0下载:
  2. powell算法是一种无微分最优化算法,收敛性好,稳定性好。-Powell u7B97 u6CD2 u662F u4E00 u79CD u65E0 u5FAE u5206 u6700 u4168 u5316 u7B97 u6CD5 uFF0C u6536 u655B u6027 u597D uFF0C u7A33 u5B9A u6027 u597D u3002
  3. 所属分类:assembly language

    • 发布日期:2017-12-15
    • 文件大小:3072
    • 提供者:liyan
  1. BFGS

    0下载:
  2. BFGS算法的实现(Implementation of BFGS algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:12288
    • 提供者:bachleor111
  1. DProgram

    0下载:
  2. 最优化算法中的动态规划求解方法,可用于最短路径求解(The dynamic programming solution method can be used to solve the shortest path)
  3. 所属分类:matlab例程

  1. jinsisuanfa&mimaxue

    0下载:
  2. 计算理论导引第二版,近似算法(多项式时间的最优化问题、最小顶点覆盖(VERTEX-COVER)近似算法)、密码学(密钥、公钥密码系统)(Computational theory leads the second edition, approximation algorithms (polynomial time optimization problems, minimal vertex covering (VERTEX-COVER) approximation algorithms), cryp
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1137664
    • 提供者:jinyuliyu
  1. 粒子群优化算法

    0下载:
  2. MATLAB最优化计算,第13章的应用程序, 粒子群优化算法(Particle swarm optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:8192
    • 提供者:阿呆9527
  1. 最速下降法

    1下载:
  2. 梯度下降法是一个最优化算法,通常也称为最速下降法。最速下降法是求解无约束优化问题最简单和最古老的方法之一,虽然现在已经不具有实用性,但是许多有效算法都是以它为基础进行改进和修正而得到的。最速下降法是用负梯度方向为搜索方向的,最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is an optimization algorithm, also known as steepest descent. The steepest descent meth
  3. 所属分类:matlab例程

  1. FR共轭梯度法

    1下载:
  2. 共轭梯度法也就是共轭方向法的一种特殊形式,即初始搜索方向为梯度方向。其中根据β的不同又可细分为FR、PRP等方法,主要参考了文件夹中的四本书的内容对其进行总结。最优化算法本质上都是进行最小值的寻优,FR共轭梯度法也不例外。寻优的问题包括两个重要的方面,一个是方向,一个是步长。(Conjugate gradient method is a special form of conjugate direction method, that is, the initial search directio
  3. 所属分类:matlab例程

  1. SimpleGA-master

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is a kind of evolutionary algorithm which is used to solve the optimal search algor
  3. 所属分类:数据结构

    • 发布日期:2017-12-22
    • 文件大小:4096
    • 提供者:pambassador
  1. genetic algorithm

    0下载:
  2. 初步展示遗传算法的工作过程及原理,实现一个简单的最优化问题算法。(Preliminary show the working process and the principle of genetic algorithm, the realization of a simple optimization algorithm.)
  3. 所属分类:matlab例程

  1. 4数模-模型与算法

    0下载:
  2. 数学建模中经常会用的模拟退火模型 模拟退火算法是用来求解最优化问题的算法。比如著名的TSP问题,函数最大值最小值问题等等(A simulated annealing model often used in mathematical modeling)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:36502528
    • 提供者:刘浩迪
  1. 《最优化理论与算法》-陈宝林

    0下载:
  2. 此书包含线性规划单纯形方法、对偶理论、灵敏度分析、运输问题、内点算法、非线性规划K-T条件、无约束最优化方法、整数规划和动态规划等。(This book includes linear programming, simplex method, duality theory, sensitivity analysis, transportation problem, interior point algorithm, nonlinear programming K-T condition, unc
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:27232256
    • 提供者:丁晨辉
  1. APSO1

    0下载:
  2. 改进的粒子群算法,适用与多目标最优化项目,收敛速度快(The improved particle swarm optimization algorithm is applicable to multi objective optimization projects, and the convergence speed is fast)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:blueskylxg
  1. genetic

    0下载:
  2. 关于遗传算法工具,matlab实现,求解最优化解(Genetic algorithm tool)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:227328
    • 提供者:Byousoku
  1. 无约束一维极值问题

    0下载:
  2. 求一维无约束问题的最优解。包括很多传统的优化算法如牛顿法等。(Using Newton method to find the optimal solution of one dimensional unconstrained problems.)
  3. 所属分类:数值算法/人工智能

« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 47 »
搜珍网 www.dssz.com