搜索资源列表

  1. OptimizationofaDoubleWishboneSuspensionSystem

    0下载:
  2. This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:2056192
    • 提供者:阳关
  1. rbfkalman

    0下载:
  2. 基于卡尔曼滤波器的神经网络优化,有蛮好的效果-Kalman filter based on neural network optimization, has the effect of fine
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:16384
    • 提供者:李艳芳
  1. thssYimingSub

    0下载:
  2. This my phd thesis for the WDM optical network optimization, which employs convex optimization techniques to solve the proposed integer problems. The computation complexity of my optimization fr a mework is very low comp
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:886784
    • 提供者:张一鸣
  1. 25811237PSOGA

    0下载:
  2. 粒子群算法与遗传算法用于优化的问题求解,可以解决一些-Particle Swarm Optimization and Genetic Algorithms for optimization problem solving, you can solve some
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:97280
    • 提供者:tiger
  1. PHR

    0下载:
  2. Lagrange乘子法 用于解约束最优化问题 -Lagrange multiplier method for the solution of unconstrained optimization problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:
  1. newpso

    0下载:
  2. 带约束算子的粒子群算法,用于matlab环境,对于搞研究的教师有很大帮助。-Operator Constrained Particle Swarm Optimization for the matlab environment, engage in research for teachers are very helpful.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:345088
    • 提供者:savvy
  1. imunity_pso

    0下载:
  2. 带免疫功能的粒子群算法,在matlab环境实现。-With immune function of particle swarm optimization, in the matlab environment realize.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:savvy
  1. chap5_2

    0下载:
  2. 实数编码遗传算法求函数极大值,实现求Rosenbrock函数极大值的优化计算的实数编码遗传算法-Real-coded genetic algorithm for maximum function, Rosenbrock function realize maximum value for the optimization calculation of real-coded genetic algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:纷纷
  1. chap5_1

    0下载:
  2. 二进制编码遗传算法求函数极大值,实现Rosenbrock函数极大值优化计算的二进制编码遗传算法 -Binary-coded genetic algorithm for maximum function, Rosenbrock function to achieve maximum optimization of the calculation of the binary-coded genetic algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:纷纷
  1. SGA2[1].0

    0下载:
  2. GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;-GA (Simple Genetic Algorithm) is a powerful, intelligent mult
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:9216
    • 提供者:yuandi
  1. psotb-alpha-0.2

    0下载:
  2. particle swarm optimization toolbox (matlab)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:55296
    • 提供者:sg
  1. pso

    1下载:
  2. 此程序包是用粒子群算法来求16个经典函数的最小最大值,其中界面友好,运行时会出现动态二维图来展现粒子群是如何运动来求最值的-This package is used for particle swarm optimization to 16 classic function of the smallest maximum value, in which user-friendly, run-time dynamic two-dimens
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:753664
    • 提供者:梁锦兆
  1. Genetic_Algorithm_Optimization_Toolbox_package_Mat

    0下载:
  2. This directory contains the Genetic Algorithm Optimization Toolbox for Matlab To use this, if you are local to NCSU and have AFS access to this directory, simply extend the matlab path using the following command.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:106496
    • 提供者:
  1. PSOt

    1下载:
  2. 大家好,这是一个基于粒子群优化算法的函数优化问题的MATLAB源码,希望能给大家提供帮助-Hello everyone, this is a particle swarm optimization algorithm based on function optimization problems MATLAB source code, I hope everyone can help
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:759808
    • 提供者:邓高峰
  1. test1

    0下载:
  2. 蚁群算法是模仿真实的蚁群行为而提出的一种模拟进化算法,蚂蚁之间是通过一种信息素的物质传递信息的,蚂蚁在运动的过程中能够在经过的路径上留下该物质,而且能够感知这种物质的存在及其强度,并以此指导自己的运动方向。它是一种通过类比组合优化和蚁群觅食行为而构造的一种算法,可以用来解决各种组合优化问题,本代码用来解决生产调度问题-Ant colony algorithm is based on real ant colony behavior an
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:20480
    • 提供者:穆海华
  1. constrainpso

    0下载:
  2. 求解约束优化问题的改进粒子群优化算法,对粒子群优化算法用于约束优化问题具有参考价值-For solving constrained optimization problems to improve particle swarm optimization algorithm, particle swarm optimization algorithm for constrained optimization problems for th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:时招军
  1. DSDP5.8WIN

    0下载:
  2. 半定规划,属于凸优化的一种,matlab 实现的源码,适合学习 Semidefinite Programming-Semidefinite programming, belonging to a convex optimization, matlab source realization, suitable for study Semidefinite Programming
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:5046272
    • 提供者:罗彤
  1. TSP(TravelingSalesmanProblem)

    0下载:
  2. Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optimization techniques which are based on linear and nonlinear programming. TSP can be described as follows: Given a numb
  3. 所属分类:文档资料

    • 发布日期:2024-05-13
    • 文件大小:446464
    • 提供者:yangdi
  1. opt

    0下载:
  2. 计算二维无约束优化的Powell法和坐标轮换法,以及一维搜索的黄金分割法和搜索区间确定的两个子程序.-Calculation of two-dimensional unconstrained optimization method of Powell and coordinate rotation method, as well as one-dimensional search of the golden section method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:hauskeis
  1. pso_qzn

    0下载:
  2. 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助-Wrote it myself on the Particle Swarm Optimization for the minimum function of the routine, easy-to-read, to understand the algorithm are very helpful
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:王维
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org