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

搜索资源列表

  1. minopf3.2_w32

    0下载:
  2. 一种基于MATLAB的多目标最优化仿真工具箱,可以实现电力系统的多目标优化问题-MATLAB-based multi-objective simulation optimization toolbox, you can achieve the power system of multi-objective optimization problem
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:182878
    • 提供者:程飞
  1. matlab_trm

    4下载:
  2. MATLAB 有约束信赖域算法,以四元多项式为算例 适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学, 程序清晰,对MATLAB的学习也有很大的帮助,同时程序还有一些不足,读者自己须根据实际问题更正。-MATLAB constrained trust region algorithm to quaternion polynomial example for the application of optimization algorithms in the learning o
  3. 所属分类:Algorithm

    • 发布日期:2014-06-19
    • 文件大小:1137
    • 提供者:李龙
  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. GA

    0下载:
  2. 该源码是神经网络中常用的遗传算法的代码。遗传算法是最优化常用的解法之一。-The source code is generated gabor operator of the source image characteristics, such as image segmentation can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2412
    • 提供者:xiao
  1. optimization

    0下载:
  2. 许多生产计划与管理问题都可以归纳为最优化问题, 最优化模型是数学建模中应用最广泛的模型之一,其内容包括线性规划、整数线性规划、非线性规划、动态规划、变分法、最优控制等. -matlab matlab matlab matlab optimization
  3. 所属分类:Algorithm

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

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

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

    0下载:
  2. 利用粒子群算法,计算函数的最优化问题。 本程序有很强的适用性。在理论与实际问题的优化上有一定的推广价值-The use of particle swarm optimization, the calculation function of the optimization problem. This procedure has a strong application. Theory and practical problems in the optimization of the prom
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1218
    • 提供者:tuyanshuai
  1. ZUIYOUHUAFORMatlab

    0下载:
  2. Matlab开发的最优化设计程序,包括有无约束的线性规划和非线性规划问题。-Matlab to optimize the design of the development of procedures, including whether or not bound by the linear programming and nonlinear programming problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3264482
    • 提供者:崔立洲
  1. zuiyouhua

    0下载:
  2. 这是我这学期的最优化作业,希望对大家有用,研究生最优化作业!-This is my term to optimize operations, useful for all of us hope that, post-graduate work to optimize!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2889
    • 提供者:李自凯
  1. matlab

    0下载:
  2. use matlab to solve genetic problem and help you understand matlab more deep 用遗传算法来实现解决最优化问题,并让你对matlab 应用更加了解-use matlab to solve genetic problem and help you understand matlab more deep
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:154839
    • 提供者:包建国
  1. 123

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

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

    0下载:
  2. matlab最优化计算,包括多种优化算法。-matlab optimization calculation, including a variety of optimization algorithms
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:23827
    • 提供者:qn
  1. optim

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

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

    0下载:
  2. 最优化计算方法中 有关于拟牛顿法的一段小代码 可以-Optimization method in the Quasi-Newton method on a small section of code that can look at
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:804
    • 提供者:redgate
  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. sourcefile

    2下载:
  2. 最优化方法,作业,包括BFGS,SUMT惩罚函数法等-Optimization
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:19340
    • 提供者:chenxiaoguang
  1. ant

    2下载:
  2. 该算法应用蚁群算法,在蚁群算法的基础上应用于有约束条件的最优化问题。-The algorithm is applied ant colony algorithm, the ant colony algorithm based on the conditions applied to the most constrained optimization problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1567
    • 提供者:xiaoyingzi
  1. fcover

    0下载:
  2. 根据目标覆盖范围的天线最优化设计,有详细的说明文件-Depending on the target coverage of the antenna optimum design, contains a detailed descr iption of the file
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1330684
    • 提供者:杨曦
  1. linearprogram

    0下载:
  2. 线性规划算法,来自于《精通MATLAB最优化计算》-linear program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:2440
    • 提供者:wind
« 1 2 3 4 5 67 8 9 10 11 ... 37 »
搜珍网 www.dssz.com