CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - maximum demand matlab

搜索资源列表

  1. my_sga

    0下载:
  2. 有用的SGA的Matlab源代码,求函数的最大值,根据SGA的C代码改变,很容易懂,对SGA 学习很有帮助-useful SGA Matlab source code, the maximum demand function, According to the SGA C code change, it is easy to understand and very helpful to SGA
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2026
    • 提供者:李洁薇
  1. jiyuMATLABkongzhixitongshejiyuyanjiu

    0下载:
  2. 基于matlab的控制系统的设计与仿真,很好的讲述了控制系统的仿真知识-This program is made using genetic algorithms, using real-coded genetic algorithm for maximum demand Rosenbrock function
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:328572
    • 提供者:李华
  1. main

    0下载:
  2. Matlab genetic algorithm to achieve the maximum and minimum demand function problem, this paper describes the procedures for all functions matlab source code for reference
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2198
    • 提供者:ajian00athrun
  1. lzqsf

    0下载:
  2. 基于粒子群算法求函数最大值的MATLAB程序,控制理论算法-Particle swarm optimization based on maximum demand function MATLAB program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1194
    • 提供者:zj
  1. GA

    0下载:
  2. 遗传算法应用程序使用说明: 1.安装MATLAB5.X; 2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录; 3.运行(c:\GeneticProgram)中的 startup; 4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。 FloatExample和BinaryExample分别采用浮点编码和二进制编码方法,求函数 y=20+x + 10*sin(
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:17216
    • 提供者:liyapei
  1. ES_Lin

    0下载:
  2. 进化策略算法matlab代码,实现求f(x) = x*sin(10*pi*x) + 1最大值的功能。-Evolutionary strategy algorithm matlab code to achieve demand f (x) = x* sin (10* pi* x)+ 1 maximum functionality.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:946
    • 提供者:许根鹏
  1. ES_Final

    0下载:
  2. 求函数f (x) = x * sin (10 * pi * x) + 1的最大值的进化策略matlab代码。- Demand function f (x) = x* sin (10* pi* x)+ 1 maximum evolutionary strategy matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1268
    • 提供者:许根鹏
  1. 129-Study-of-an-AC-side-wind-energy-system-conver

    0下载:
  2. This Paper consists on the study of one part of wind energy system conversion, its AC side. Renewable resources are in constant fluctuation. This situation could put in peril the energizing efficiency towards a given demand requirement. Therefor
  3. 所属分类:File Formats

    • 发布日期:2017-04-30
    • 文件大小:193007
    • 提供者:zakary
  1. matlab

    1下载:
  2. matlab 用起泡法对10个数由小到大排序,即将相邻的两个数比较,将小的调到前头。 程序编写一个函数文件,实现以下功能:输入一个数组,对其元素进行从大到小的排列,将排序后的数组输出;求数组元素的最大值并求出它在原数组中的位置。 (3)有一个4×5矩阵,编程求其最大值及其所处的位置。 (4)编程求∑_(n 1)^20▒ n! (5)有一个函数f(x,y) x^2+sinxy+2y,写一个程序,输入自变量的值,输出函数值。 -matlab with bubble s
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4162
    • 提供者:hml
  1. 游轮定价BP神经网络预测MATLAB程序及结果

    0下载:
  2. 针对游轮公司预售票定价和开船后升舱方案,建立BP神经网络预测及灰色关联度模型,预测出每次航行各周预订舱位的人数.分析每航次每周预定的平均价格和每航次每周意愿预定人数的关联度,对每周的意愿人数进行合理地赋权,预测出每周预订的平均价格.建立需求定价模型,对售票价格合理定价.游轮起航后,在头等、二等舱位未满的情况下,建立游客升舱模型,使公司获得最大的预期销售收益.(To upgrade scheme cruise company advance ticket pricing and sail, est
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:41984
    • 提供者:mabiubiu
  1. vrp

    1下载:
  2. 假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。 可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。 目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that
  3. 所属分类:matlab例程

    • 发布日期:2019-10-19
    • 文件大小:4096
    • 提供者:HappyppaH
搜珍网 www.dssz.com