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

搜索资源列表

  1. optimization

    0下载:
  2. 最优化问题的数学解析,主要讲解背包问题,最优化,最短路径等优化模型,一数学建模的方法去理解最优化问题,课后有matlab的练习以帮助理解-Optimization of mathematical analysis, mainly on the knapsack problem, optimization, etc. shortest path optimization model, a mathematical modeling approach to understand the optimi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:428890
    • 提供者:liujl
  1. ga100

    0下载:
  2. ga算法的源码解连续空间.遗传算法解最优化问题的计算效率比较高、适用范围相当广-ga algorithm for continuous space-source solutions. Genetic Algorithm optimization problem for calculating the efficiency is relatively high, considerable scope to apply
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4890
    • 提供者:pd6t7zhidi
  1. Biogeography-Optimization-algorithm

    0下载:
  2. 生物地理学优化算法,作者Dan Simon,是在遗传算法和粒子群算法的基础上发展来的,适用于解决高维度的,多目标的最优化问题。-Biogeography optimization algorithm, author Dan Simon, is based on genetic algorithm and particle swarm algorithm development to apply to solve high-dimensional, multi-objective optimiza
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2298
    • 提供者:文文山
  1. Cuckoo-search-algorithm

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

    • 发布日期:2017-04-14
    • 文件大小:4046
    • 提供者:文文山
  1. anneal_NM

    0下载:
  2. 模拟退火和单纯形法相结合的混合算法,用于求解最优化问题中的全局最优解。-Hybrid simulated annealing algorithm and simplex Combination for solving optimization problems in the global optimal solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2491
    • 提供者:ada liu
  1. tuihuo

    0下载:
  2. 退火算法是用来求解最优化问题的算法。比如著名的TSP问题,函数最大值最小值问题-Annealing algorithm is used to solve optimization algorithms. Such as the famous TSP, Max Min function problems, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:983825
    • 提供者:稻草人
  1. Conjugate_gradient

    0下载:
  2. 用共轭梯度法解决最优化问题,有应用实例。-Conjugate gradient method to solve optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1188
    • 提供者:齐晶
  1. cuckoo_search

    0下载:
  2. 布谷鸟搜索算法,用于求解最优化问题。主要的程序为cuckoo_search-Cuckoo search algorithm for solving optimization problems. The main program is cuckoo_search
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2940
    • 提供者:chendong
  1. PSO

    0下载:
  2. PSO粒子群算法,用于求解最优化问题.里面包含了pso工具箱的使用介绍以及一些例子。-PSO particle swarm algorithm for solving optimization problems. Pso toolbox which contains the introduction and use of some examples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2143776
    • 提供者:chendong
  1. buguniao

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是一种新兴启发算法CS算法通过模拟某些种属布谷鸟的寄生育雏来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。-searching for the best
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:909
    • 提供者:张海鹏
  1. GAvrp

    0下载:
  2. 遗传算法在VRP下的应用代码,充分展示遗传算法的强大功能,能够解决VRP的最优化问题。-Genetic algorithm under the VRP application code, fully demonstrate the powerful function of genetic algorithm, can solve the optimization problem of VRP.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2248
    • 提供者:徐练淞
  1. kuanjia

    1下载:
  2. 粒子群算法程序,能够求解方程组,求解最优化问题-Particle swarm optimization program that can solve the equations, solving optimization problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2905
    • 提供者:周华伟
  1. matlab

    0下载:
  2. 用遗传算法实现函数最优化问题,程序源代码,包括适应度函数,选择,交叉,变异等函数文件。-Using genetic algorithm to realize the function optimization problem, the program source code, including the fitness function, selection, crossover, mutation function such as file
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5782
    • 提供者:yuanyuan
  1. PSO

    0下载:
  2. PSO粒子群算法,应用于数学建模,建立模型以及求解,方便读者学习,交流。适用于多种求解最优化问题。-PSO particle swarm optimization algorithm, applied to mathematical modeling, modeling and solving, to facilitate the reader to learn, exchange. Applicable to a variety of optimization problems.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5563
    • 提供者:wangyawen
  1. yichuan

    0下载:
  2. 遗传算法,应用于数学建模,建立模型以及求解,方便读者学习,交流。适用于多种求解最优化问题。-Genetic algorithm, applied to mathematical modeling, modeling and solving, to facilitate the reader to learn, exchange. Applicable to a variety of optimization problems.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5913
    • 提供者:wangyawen
  1. Mathematical-modeling

    0下载:
  2. 数学建模课程中的几个小算法,包括蚁群最优化问题算法实例和粒子群最优化问题算法实例。-A few small algorithm of mathematical modeling course, include instances of ant colony optimization algorithm and particle swarm optimization algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2128
    • 提供者:叶小舟
  1. ga

    0下载:
  2. 遗传算法 框架程序 能够用来求解方程组 最优化问题-GA framework program can be used to solve optimization problems, etc. Equations
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2445
    • 提供者:周华伟
  1. vrp

    0下载:
  2. 使用matlab编写遗传算法,解决车辆路径最优化问题-Using MATLAB to prepare the genetic algorithm to solve the vehicle routing optimization problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:6891
    • 提供者:zhch76
  1. optimization

    0下载:
  2. 利用梯度法,分别采用回溯直线搜索与一种精确直线搜索求解最优化问题-Using the gradient method, respectively, using backtracking linear search and a precise linear search to solve optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:148429
    • 提供者:cyw
  1. optimize

    1下载:
  2. 利用最速下降法,分别采用回溯直线搜索与一种精确直线搜索求解含等式约束的最优化问题-By using the steepest descent method, the backtracking rectilinear search and a precise linear search are used to solve the optimization problem with equality constraints
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:7642755
    • 提供者:cyw
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 37 »
搜珍网 www.dssz.com