-
SGAPublic
说明: SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;调用时Genetic(目标函数名)
使用SGA时,首先需要一个目标函数(像AimFunc.m),该函数返回适应度输入变量为待优化变量x输出为一个适应度。然后修改Genetic.m中可以修改的地方(SGA (Simple Genetic Algorithm) is a powerful smart multi-variable optimization algorithm, which mimics the reproduction of law to be optimized. The SGA can be optimized variables, minimum, maximum, (when the function will last for the minimum) and supports the floating-point encoding, grey code, binary code round of betting method selection, tournament selection single-point crossover, uniform crossover , floating-point crossover single point mutation, floating-point mutation called Genetic (objective function name) the use of SGA, first of all need an objective function (like AimFunc.m), the fitness function returns the input variables to be optimized for the output variable x a fitness. Can be modified and then modify the place Genetic.m)
- 2011-03-15 15:33:34下载
- 积分:1
-
wave
MATLAB GUI 两个信号波形叠加合成,其中一个含有参数,界面上通过改变参数得出相应的合成波形(MATLAB GUI two superimposed signal waveform synthesis, one of which contains a parameter, the interface by changing the parameters of the corresponding synthetic waveforms obtained)
- 2013-06-03 11:31:32下载
- 积分:1
-
matlabbasicbook
说明: matlab入门经典教程,从软件安装到应用程序接口,讲述的非常详细(Getting Started tutorial matlab classic, from software installation to the Application Programming Interface, described in great detail)
- 2008-11-03 15:07:23下载
- 积分:1
-
car
汽车车牌的图像识别。 根据车牌凸角轮廓特征,采用MPP算法进行车牌倾斜校正;采用彩色图像分割方法,最大限度的去除图像噪声干扰;设计了基于神经网络的多种彩色背景车牌字符识别方法,取得了良好的效果。(Image recognition of vehicle license plates. According to plate convex contour feature, the use of MPP plate tilt correction algorithm using color image segmentation method, the maximum removal of image noise designed based on a variety of colored background neural network method for license plate recognition, and achieved good results.)
- 2011-05-18 11:18:43下载
- 积分:1
-
LLC
使用LLC拓扑的软开关谐振变换器的SIMULINK仿真模型和相关参数计算(SIMULINK simulation model and related parameters of soft switching resonant converter using the LLC topology.
)
- 2020-09-25 23:37:47下载
- 积分:1
-
PIDYUESHU
基于遗传算法二进制编码,带约束的PID参数优化(Binary-coded genetic algorithm-based PID parameter optimization with constraints)
- 2013-04-14 09:30:05下载
- 积分:1
-
逆合成孔径雷达matlab仿真 isar
逆合成孔径雷达matlab仿真 包括三个小程序 仿真了包络补偿和相位补偿 以及距离和方位向成像(Inverse synthetic aperture radar matlab simulation, including three small program simulation compensation of the envelope and phase compensation, as well as distance and direction to the imaging)
- 2021-04-21 16:38:49下载
- 积分:1
-
最速下降法
说明: 最速下降法是迭代法的一种,可以用于求解最小二乘问题(线性和非线性都可以)。在求解机器学习算法的模型参数,即无约束优化问题时,梯度下降(Gradient Descent)是最常采用的方法之一,另一种常用的方法是最小二乘法。在求解损失函数的最小值时,可以通过梯度下降法来一步步的迭代求解,得到最小化的损失函数和模型参数值。反过来,如果我们需要求解损失函数的最大值,这时就需要用梯度上升法来迭代了。在机器学习中,基于基本的梯度下降法发展了两种梯度下降方法,分别为随机梯度下降法和批量梯度下降法。(The steepest descent method is a kind of iterative method, which can be used to solve the least squares problem (both linear and nonlinear). In solving the model parameters of machine learning algorithm, that is, unconstrained optimization, gradient descent is one of the most commonly used methods, and the other is the least square method. When solving the minimum value of loss function, the gradient descent method can be used step by step to get the minimum value of loss function and model parameters. Conversely, if we need to solve the maximum value of the loss function, then we need to use the gradient rise method to iterate. In machine learning, two kinds of ladders are developed based on the basic gradient descent method)
- 2019-11-24 13:06:03下载
- 积分:1
-
fzy2
very valuable material for matlab developers
- 2008-12-12 11:56:02下载
- 积分:1
-
xiao_r_l
螺旋锥齿轮小轮右旋左侧齿面数控加工关键点计算,包括对刀点、回转工作台旋转角度等(Spiral bevel gears Ferry right hand the left side of the tooth surface CNC machining critical point calculations, including the knife point , the rotary table rotation angle
)
- 2012-03-29 15:38:21下载
- 积分:1