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

搜索资源列表

  1. complex

    0下载:
  2. 优化设计算法:用复合形法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发-Optimization Algorithm: The objective function of complex method seeking the optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 development
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:20442
    • 提供者:猎豹
  1. JTXHFANGZHEN

    0下载:
  2. 本文在分析城市交通信号控制研究现状和交叉口交通信号控制原理、评价方 法的基础上,设计了单交叉口交通信号两级模糊控制系统。分级模糊控制能有效 减少模糊规则数,易于提取模糊规则,适合于交通状况复杂的城市交叉口交通信 号控制。但它存在难以由人工合理定义全部模糊隶属度函数的问题。为此本文进 一步采用遗传算法对两级模糊控制器中模糊隶属度函数进行优化。本文提出的方 法具有分级模糊控制的优点,同时可以使模糊隶属度的选取更为合理,获得更好 的控制效果。对一个四相位单交叉口,利用MA
  3. 所属分类:Development Research

    • 发布日期:2017-03-26
    • 文件大小:311970
    • 提供者:刚子
  1. AFSA-MATLAB

    0下载:
  2. 此源码是对人工鱼群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解。仅供学习参考。-This source is a realization of artificial fish school algorithm for unconstrained optimization of continuous functions to solve for the case with constraint, you c
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:5140
    • 提供者:涛哥
  1. matlab

    1下载:
  2. 蚁群算法连续函数优化问题matlab程序 内容非常详细-Ant colony algorithm for continuous function optimization problem matlab program content is very detailed
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-10
    • 文件大小:104366
    • 提供者:赵俊波
  1. power-system-problem-based-on-PSO

    1下载:
  2. 利用粒子位置和速度的改变更新,在熟悉多目标粒子群算法的基础上利用测试函数对该算法进行仿真,并对仿真结果进行优化。-The particle position and velocity changes update in the familiar multi-objective particle swarm optimization based on the use of test functions to simulate the algorithm, and the optimization
  3. 所属分类:matlab

    • 发布日期:2016-03-16
    • 文件大小:223232
    • 提供者:durongmao
  1. pso

    1下载:
  2. 粒子群算法的sphere,rosenbrock,ackley,griewank函数优化-The function optimization of particle swarm algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2824
    • 提供者:zhangdongli
  1. PSO

    0下载:
  2. 用粒子群算法(PSO)优化样本再拟合函数找出最大值-Using Particle Swarm Optimization (PSO) to find optimal maximum sample and then fitting function
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:899
    • 提供者:王杰
  1. nnToolKit_src

    4下载:
  2. nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:10865872
    • 提供者:魏建明
  1. yiyuanhanshu

    0下载:
  2. 简单一元函数优化实例,利用遗传算法计算下面函数的最大值-One dollar a simple example of function optimization using genetic algorithm function below the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1284
    • 提供者:齐乐
  1. PSO

    0下载:
  2. 这是粒子群优化算法的实现,求解多模态函数非常使用-This is the Particle Swarm Optimization algorithm to solve multi-modal function is the use of
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:12256
    • 提供者:武潮气
  1. TestFunction

    2下载:
  2. 一些用matlab编制的智能优化算法的的测试函数程序-Some prepared to use matlab Intelligent Optimization Algorithm function test procedures
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1588
    • 提供者:潘晔
  1. pso-matlab

    2下载:
  2. 粒子群优化算法pso,针对不同测试函数进行了算法编写-Particle swarm optimization pso, for different test functions of the algorithm to prepare
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:2436
    • 提供者:陈颖
  1. PSO_C++

    0下载:
  2. 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 备注:目标优化函数程序中已经内定了,f6 ={0.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:31534
    • 提供者:
  1. yichuanyouhuasuanfachengxu

    0下载:
  2. 遗传优化算法,能够实现自然数域内任意函数的极大值求解,效果很好。这是我的课程实验报告。-Genetic optimization algorithm, to achieve a natural function of the number of arbitrary region of great value to solve, very good. This is my experiment reports courses.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2743
    • 提供者:周磊
  1. Halftoning

    1下载:
  2. 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation pro
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:18172
    • 提供者:lm
  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. wavelet

    0下载:
  2. 实现一维小波变换文中详细介绍了函数优化(有无约束均可)、组合优化算法的原理和源程序,算法效率极高,欢迎下载。附件有更多的遗传算法算例,共研究算法用。 -realize wavelet transmit utilities for Kalman filtering, unscented filtering, particle filtering, and miscillaneous other things. This code is stable and fast.
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:432001
    • 提供者:刘国胜
  1. fitnessfunction

    0下载:
  2. 线性二次最优控制加权阵遗传算法优化适应度函数m文件;模糊控制器量化比例因子遗传算法优化适应度函数m文件-Linear quadratic optimal control weighted array genetic algorithm fitness function m documents quantization scale factor of fuzzy controller optimized by GA fitness function m file
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4487
    • 提供者:张立迎
  1. nelder-mead

    1下载:
  2. nelder_mead优化算法,求多维函数极值的一种算法,不利用任何求导。利用多面体逼近。-nelder_mead optimization algorithm, and a multi-dimensional function extremum algorithm, do not use any derivation. The use of polyhedral approximation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1590
    • 提供者:menglingsai
  1. Optimization_of_RBF_Network

    2下载:
  2. Matlab粒子群算法优化RBF网络 采用了粒子群算法对RBF神经网络中的参数进行了优化,在测试程序中验证了经过粒子群算法优化的RBF神经网络的函数逼近能力比未经过优化的逼近能力强-Matlab PSO RBF network optimization using particle swarm optimization on RBF neural network parameters are optimized, in the test procedures and verified thr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4621
    • 提供者:陳子力
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com