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

搜索资源列表

  1. GA.C

    0下载:
  2. 基于VC++的遗传算法源码(相当经典),非常可观
  3. 所属分类:Windows编程

  1. 遗传算法

    0下载:
  2. 基于VC++的遗传算法源码(相当经典
  3. 所属分类:Windows编程

  1. optim

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

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

    0下载:
  2. 经典粒子群算法,粒子群算法是模拟飞鸟寻找食物的自然现象设计的一种优化算法。很实用。-Classical particle swarm algorithm, particle swarm algorithm is a simulation of birds in search of food as a natural phenomenon of the design optimization algorithm. Very practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:868
    • 提供者:liwei
  1. L1-Ls

    1下载:
  2. 很经典的L1范数算法,可以用于对优化算法的改进,有效加快运算速度和优化精度!-Classic L1 norm algorithm, the optimization algorithm can be used effectively to accelerate the speed of operation, and optimization precision!
  3. 所属分类:Other systems

    • 发布日期:2017-09-25
    • 文件大小:3072
    • 提供者:孙洋
  1. dongtai--guihua

    0下载:
  2. 动态规划 数学建模分析优化中的动态模型 经典数学算法之一-Dynamic programming optimization of mathematical modeling analysis dynamic model the classic mathematical algorithm one
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:197309
    • 提供者:lisely
  1. ACO

    0下载:
  2. 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1100410
    • 提供者:lin
  1. nqueen

    0下载:
  2. n皇后问题,计算机算法经典问题,本算法为给于C++的优化算法-n-queens problem, the classic problem of computer algorithms, this algorithm optimization algorithms give C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:596
    • 提供者:昝镇
  1. gene_bpnn_xor

    0下载:
  2. 遗传算法神经算法的优化,经典现代优化算法的全部程序和范例-Optimization algorithm genetic neural network algorithm, the modern optimization algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:3821
    • 提供者:陈打猎
  1. TSP_GA

    0下载:
  2. 遗传算法是一种智能优化算法,这个算法通过基因遗传的原理,来求解经典的旅行商问题。-Genetic algorithm is an intelligent optimization algorithms, this algorithm according to the principle of inheritance, the traveling salesman problem to solve the classical.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:798719
    • 提供者:罗波
  1. Simund 99

    0下载:
  2. 基于matlab的经典Simund 99 (SIMP变密度法)拓扑优化算法(Simund 99 (SIMP variable density method) topology optimization algorithm based on MATLAB)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:XGXG
  1. 改进人工蜂群算法优化ELM分类模型_赵虎

    0下载:
  2. 经典的粗糙算法集代码,内有实例。主要用来数据约减,数据分类,优化(Classic rough sets of code, there are examples)
  3. 所属分类:其他

  1. 智能优化算法资料

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

    • 发布日期:2018-01-05
    • 文件大小:1857536
    • 提供者:韬文
  1. ypap112-portfolio-optimization

    0下载:
  2. 多目标最优化经典算法,利于新学者学习,很经典(Multi-objective optimization classical algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:61440
    • 提供者:徐斌123456
  1. 基于遗传算法的BP算法

    0下载:
  2. 基于遗传算法的BP神经网络优化算法的经典实例。(An example of BP neural network algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:gakk1
  1. Gravitational_Search_algorithm

    0下载:
  2. 经典引力全局优化算法,matlab实现examples(classical gravitational optimization implemented by matlab, with several examples)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:9216
    • 提供者:Wasanuo
  1. 经典即变异粒子群优化算法

    1下载:
  2. AsyLnCPSO算法,BreedPSO算法,CLSPSO算法,经典粒子群PSO算法,RandWPSO算法等等经典粒子群变异算法模型(AsyLnCPSO algorithm, BreedPSO algorithm, CLSPSO algorithm, classical particle swarm optimization PSO algorithm, RandWPSO algorithm and so on, and so on.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:4096
    • 提供者:一心想学
  1. 蚁群算法ACO

    1下载:
  2. 一种经典蚁群算法的matlab代码,可进行函数的优化,内含函数的优化。(A classical ant colony algorithm's matlab code, can carry out the function optimization, contains the function optimization.)
  3. 所属分类:Windows编程

    • 发布日期:2021-03-11
    • 文件大小:2048
    • 提供者:言叶之庭1
  1. BSO -

    4下载:
  2. 头脑风暴优化算法(Brain Storm Optimization Algorithm,简称 BSO 算法)作为一种新型的智能优化计算方法,在解决经典优化算法难以求解的大规模高维多峰函数问题是显示出其优势。(Brain Storm Optimization Algorithm (BSO), as a new intelligent optimization method, has shown its advantages in solving large-scale multi-modal fu
  3. 所属分类:Windows编程

    • 发布日期:2019-09-23
    • 文件大小:10240
    • 提供者:suannai
  1. 单目标GOA算法

    3下载:
  2. 能够实现蝗虫优化算法,里面包含许多经典的单目标测试函数,使用时直接运行main函数即可,需要更改测试函数的的话自己在main里面修改(It can realize locust optimization algorithm, which contains many classic single objective test functions. When using, you can directly run the main function. If you need to change th
  3. 所属分类:其他

    • 发布日期:2021-03-15
    • 文件大小:7168
    • 提供者:风雪夜不归
« 12 »
搜珍网 www.dssz.com