CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 最优化算法

搜索资源列表

  1. optimizationinC

    0下载:
  2. 最优化算法C语言程序,包括Newon弦切法、单纯行法、抛物线插值法、最速下降法、Powell法-Optimization algorithm C Language Program, including String Newon cutting method, simple lines law, the parabolic interpolation method, steepest descent method, Powell method
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:6539
    • 提供者:xnkl
  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. optim

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

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

    0下载:
  2. matlab编程,最优化算法的二十个小例子,希望对大家有用。-matlab programming, optimization algorithms for 20 small example, we want to be useful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:216995
    • 提供者:李鱼
  1. russian_doll

    0下载:
  2. 俄罗斯套娃,源程序。快速开始...简单优化,效率高,时间短,最优化算法-visual c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:202326
    • 提供者:许洪铭
  1. Levenberg_Marquardt

    0下载:
  2. Levenberg Marquardt最优化算法.-the Optimization algorithm of Levenberg Marquardt.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6767
    • 提供者:jimmy
  1. immune-algorithm-in-matlab

    0下载:
  2. 免疫算法同样也是一种全局最优化算法,在本文讲述了他的matlab实现-Immune algorithm is also a global optimization algorithm, implemented in this article about his matlab
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:17131
    • 提供者:yanfeiyi
  1. quetion3

    0下载:
  2. 此为matlab一个小程序,用于最优化算法。此文件为源代码,经过多次验证可行。将代码输入matlab就可以运行-This is the matlab a small program, used for optimization algorithm.This document is the source code, after repeated verification feasible.The input matlab code can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:785
    • 提供者:邹涛
  1. Linear-search-technology

    0下载:
  2. 最优化算法中的线性搜索技术,对于线性规划问题中求取最大最小值非常有用-Linear optimization algorithm search technology, for the linear programming problem is very useful to strike a maximum and minimum
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1990
    • 提供者:haohaiqiang
  1. Quadratic-Programming-Algorithm

    0下载:
  2. 最优化算法中的二次规划算法,对二次规划问题很有用-Optimization algorithm quadratic programming algorithm is useful for quadratic programming problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:3405
    • 提供者:haohaiqiang
  1. Quasi-Newton-method

    0下载:
  2. 最优化算法中的拟牛顿法,是一种非线性算法问题-Optimization algorithm quasi-Newton method, is a nonlinear algorithm problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:3115
    • 提供者:haohaiqiang
  1. Trust-region-methods

    0下载:
  2. 最优化算法中的信赖域方法,是一种非线性算法-Optimization algorithms in the trust region method, is a nonlinear algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2347
    • 提供者:haohaiqiang
  1. 二阶段法matlab

    1下载:
  2. 最优化方法两阶段法与单纯形法matlab代码(Optimization method, two stage method and simplex method)
  3. 所属分类:其他

    • 发布日期:2017-12-14
    • 文件大小:7168
    • 提供者:xiexiele
  1. 布谷鸟算法

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search by Univer
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:苏叶777
  1. 精通MATLAB最优化计算

    1下载:
  2. 这是《精通MATLAB最优化计算》电子书,收集多种优化算法,简单易学,适合初学者学习。(This is "proficient in MATLAB optimization computing" e-books, collecting a variety of optimization algorithms, easy to learn, suitable for beginners to learn.)
  3. 所属分类:其他

  1. 智能优化算法资料

    0下载:
  2. 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1857536
    • 提供者:韬文
  1. 精通MATLAB最优化计算

    1下载:
  2. 各类优化算法,MATLAB,源程序,带说明(All kinds of optimization algorithms, MATLAB, source program, instruction)
  3. 所属分类:其他

  1. 最优化问题相关算法

    0下载:
  2. 运筹学最优化问题的相关算法文件Optimization of operational research(Optimization of operational research)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:35840
    • 提供者:Bonniee
  1. L-BFGS-B-C-master

    1下载:
  2. 基于梯度下降法的最优迭代算法,在深度学习和神经网络中应用非常广泛,也非常好用(The optimal iterative algorithm based on gradient descent method is widely used in depth learning and neural network, and it is also very useful.)
  3. 所属分类:其他

    • 发布日期:2019-10-30
    • 文件大小:164864
    • 提供者:Jed2013
« 12 3 4 5 »
搜珍网 www.dssz.com