Welcome![Sign In][Sign Up]
Location:
Search - applied optimization matlab

Search list

[matlabGa3

Description: 本程序基于matlab 遗传算法的源程序代码,遗传算法是应用于各种优化问题的典型算法,有很高的参考价值。-procedures based on the Matlab genetic algorithm source code, the genetic algorithm is applied in a variety of typical optimization algorithm, a high reference value.
Platform: | Size: 587776 | Author: 梁子 | Hits:

[Special Effectserzhitufenge

Description: 提出了一种新颖的处理图像视觉聚类问题的方法。与以往关注图像局部特征和局部连续性的方法不同,本文中的方法能够提取关于图像的全局印象。为此,我们将图像分割问题转化为图划分问题并提出了划分中的一种全局判别准则——Ncut (Normalized Cut)。Ncut不仅能够衡量不同聚类之间的相异程度,还能够衡量各聚类内部的相似程度。为求解Ncut 的最优化问题,提出了一种基于广义特征值问题的高效算法,并将此算法应用于静态图像分割,取得了良好的效果。-proposed a novel image processing visual clustering problem. Concerned with the past, image characteristics and continuity of the partial difference in the way this method can extract images on the overall impression. To this end, We will image segmentation into the map division and the division of a global criterion-- Ncut ( Normalized Cut). Ncut different not only to measure the difference between the cluster level, but also to measure the internal cluster degree of similarity. Ncut to solve the optimization problem, based on a generalized eigenvalue problem of efficient algorithms, this algorithm will be applied to the static image segmentation, and achieved good results.
Platform: | Size: 23552 | Author: 戚颖杰 | Hits:

[Other systemspso-powerflow

Description: 基于matlab的基本粒子群优化算法,可应用与最优潮流计算等-Matlab-based optimization of the particle swarm algorithm can be applied with optimal power flow calculation
Platform: | Size: 2048 | Author: milan | Hits:

[source in ebookBPNN

Description: 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。 -As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab genetic algorithm toolbox. Posted the following code is for a 19 input variables, an output variable in case of non-linear regression designed, if applied to other situations, simply change your codec function.
Platform: | Size: 2048 | Author: 王刚 | Hits:

[OtherHighMaPro_matlab

Description: 本书首先介绍了MATLAB 语言的程序设计的基本内容,在此基础上系统介绍了各个应用数 学领域的问题求解,如基于MATLAB 的微积分问题、线性代数问题的计算机求解、积分变换和复变函数问题、非线性方程与最优化问题、常微分方程与偏微分方程问题、数据插值与函数逼近问题、概率论与数理统计问题的解析解和数值解法等。还介绍了较新的非传统方法如模糊逻辑与模糊推理、神经网络、遗传算法、小波分析、粗糙集及分数阶微积分学等领域。-The book begins with the introduction of the MATLAB programming language, the basic content, on the basis of the system introduced in all areas of applied mathematics problem solving, such as MATLAB-based calculus problems, linear algebra to solve computer problems, integral transforms and complex variable function problems, nonlinear equations and optimization problems, ordinary differential equations and partial differential equation problems, data interpolation and function approximation problem, Probability Theory and Mathematical Statistics Analytical Solution and Numerical Solution of such. Also introduce a relatively new non-traditional methods such as fuzzy logic and fuzzy reasoning, neural networks, genetic algorithms, wavelet analysis, rough sets and fractional calculus and other fields.
Platform: | Size: 797696 | Author: gongyl | Hits:

[AI-NN-PRGA-BP-neural

Description: 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.-As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab genetic algorithm toolbox. Posted the following code is for a 19 input variables, an output variable in case of non-linear regression designed, if applied to other situations, simply change your codec function. Procedures need to call gaot toolbox.
Platform: | Size: 4096 | Author: | Hits:

[AI-NN-PRtest3_5

Description: 粒子群算法的实例,应用于无线网络节点的动态布署等。图和表显示结果-Examples of particle swarm optimization applied to the wireless network nodes, such as dynamic deployment. Graph and table shows the results of
Platform: | Size: 4096 | Author: QGP | Hits:

[AI-NN-PRFuzzyBPNN

Description: matlab格式源代码。功能:模糊BP神经网络集成解耦算法和应用于控制优化模型问题。-matlab source code format. Function: fuzzy BP neural network ensemble decoupling control algorithm and optimization model applied to the problem.
Platform: | Size: 5120 | Author: magic | Hits:

[AI-NN-PRhopfieldNN

Description: matlab格式源代码。功能:HOPFIELD神经网络优化计算算法源码和应用于数字识别问题。-matlab source code format. Function: HOPFIELD neural network optimization algorithm applied to the digital source and identify the problem.
Platform: | Size: 1024 | Author: magic | Hits:

[MPIPSOtoolbox

Description: 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。-Particle Swarm Optimization [PSO] are equal by Kennedy and Eberhart in 1995 developed an evolutionary computing technology, from preying on the birds of the simulation process. PSO with genetic algorithm is similar to an iterative optimization-based tool, but the use of genetic algorithms and genetic manipulation of different sub-optimize the use of groups between the various entities within the " collaboration" and " competitive" relationship, according to themselves and their competition the flying experience, adjust their behavior. Comparison with genetic algorithms, PSO has the advantage of being simple and easy and did not realize the need to adjust the parameters much. Has been widely applied to function optimization, neural network training, fuzzy system control, as well as other genetic algorithm applications.
Platform: | Size: 883712 | Author: wzy | Hits:

[AI-NN-PRduomubiaoyichuan

Description: 多目标遗传算法应用于电火花机床参数优化,优化过程简单,计算结果准确,收敛速度明显加快-Multi-objective genetic algorithm optimization applied to EDM, the optimization process is simple, accurate calculations, significantly speeding up the convergence rate
Platform: | Size: 3072 | Author: lili | Hits:

[Mathimatics-Numerical algorithmsshiyan1

Description: 蚁群算法在求解连续空间优化问题中的应用研究-Ant colony algorithm in continuous space optimization problem solving in applied research
Platform: | Size: 1024 | Author: 郭桃 | Hits:

[Special EffectsTSnake

Description: Snake的初衷是为了进行图像分割,但它对初始位置过于敏感,且不能处理拓扑结构改变的问题。初始位 置的敏感性可以用遗传算法来克服,因为它是一种全局优化算法,且有良好的数值稳定性。为了更精确地进行图 像分割,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的更精确的分割。将其应用于左心室MRI图像的分割,取得了较好的效果。-Snake s original intention was to carry out image segmentation, but it was too sensitive to initial position and can not deal with the issue of topology change. Initial position The sensitivity of home can be used to overcome the genetic algorithm because it is a global optimization algorithm, and have good numerical stability. In order to more accurately map Like segmentation, this paper presents a genetic algorithm based on dual-T-Snake model for image segmentation method, it will double-T-Snake model solution found as a genetic algorithm Cable space, which not only inherited the T-Snake model the ability to change the topology, but also speed up the convergence rate of genetic algorithm. It uses genetic algorithms as a result of the overall excellent Of performance, to overcome the local minimum of Snake contour deficiencies, which can be more precise on the target partition. Will be applied to MRI images of left ventricle Segmentation, and achieved good results.
Platform: | Size: 458752 | Author: ultraqiangda | Hits:

[matlabApp_Opt_MATLAB

Description: "Applied Optimization with MATLAB Programming" example files
Platform: | Size: 144384 | Author: 張小明 | Hits:

[Software EngineeringApplied-Optimal-Control

Description: 应用最优控制[英文版教材]applied optimal control---Optimization,estimation and control. 作者:Arthur E. Bryson, Jr., Stanford University. Yu-Chi Ho, Harvard University.-Application of optimal control [English textbooks] Applied optimal control--- Optimization, estimation and control. Author: Arthur E. Bryson, Jr., Stanford University. Yu-Chi Ho, Harvard University.
Platform: | Size: 19341312 | Author: Sophie Li | Hits:

[OtherApplied-Optimization-with-Matlab

Description: 一本关于用Matlab编写的优化算法的书籍-Apllied optimization with Matlab
Platform: | Size: 13007872 | Author: kaka22 | Hits:

[Software EngineeringApplied-Optimization-with-Matlab-Programming---P.

Description: Applied Optimization with Matlab Programming - P. Venkataraman.pdf
Platform: | Size: 13007872 | Author: murilo | Hits:

[source in ebookoptimization

Description: 最优化问题中的最速下降法,共轭梯度法,黄金分割法代码,为applied optimization with matlab programming书中源代码-Steepest descent method, conjugate gradient method, golden section method code
Platform: | Size: 5120 | Author: 伊小夕 | Hits:

[OtherApplied-Optimization-with-MATLAB-Programming

Description: applied optimization with matlab
Platform: | Size: 13006848 | Author: rasoolbux | Hits:

[matlab细菌觅食算法MATLAB实现

Description: 细菌觅食优化,基础优化算法,可用于matlab平台应用及进一步优化(Bacterial foraging optimization and basic optimization algorithm can be applied to Matlab platform and further optimization.)
Platform: | Size: 9216 | Author: 郑帅 | Hits:
« 12 3 4 »

CodeBus www.codebus.net