-
SGA2[1].0
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。
本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;(GA (Simple Genetic Algorithm) is a powerful, intelligent multi-variable optimization algorithms, which mimic the breeding populations of the law to be optimized. SGA can optimize this variable, and the minimum value, maximum value (when the function of the countdown you will seek the minimum value) and to support the floating-point encoding, grey code, binary code round of gambling options, tournament selection single-point crossover, uniform Cross, floating-point crossover single point mutation, floating-point variation )
- 2007-10-15 21:15:32下载
- 积分:1
-
AAM
Facial Feature Extraction matlab code
- 2010-10-03 21:30:28下载
- 积分:1
-
RSSI
RSSI Localization algorithm
- 2014-10-03 06:53:44下载
- 积分:1
-
14
说明: 改进的PRI变换应用于3个重频滑变脉冲序列(The PRI transform to improve the sliding variable frequency pulse sequence re-)
- 2011-07-08 12:01:33下载
- 积分:1
-
fdtd2d
Electromagnetic Simulation using FDTD Sullivan书中的二维时域有限差分matlab程序(Dimensional FDTD matlab program! Dimensional FDTD Electromagnetic Simulation using FDTD Sullivan book)
- 2013-12-16 12:34:53下载
- 积分:1
-
N-R
潮流计算N-R法,常用于电力系统分析计算,适应于多节点(The trend calculation NR method, commonly used in the calculation of power system analysis, adapted to the multi-node)
- 2013-01-10 13:31:30下载
- 积分:1
-
xiaobo1
sin函数的简单一维小波变换与一维傅里叶变换的比较算法(sin function with a simple one-dimensional wavelet transform one-dimensional Fourier transform of the comparison algorithm)
- 2013-10-03 09:49:42下载
- 积分:1
-
guidesign
利用matlab设计gui界面实现对图像的平滑、锐化、反转等处理(Using matlab design GUI interface processing for image smoothing, sharpening, reverse)
- 2013-04-28 14:57:23下载
- 积分:1
-
deepsae
构建深度sae网络,数据特征提取及分类,自定义网络结构参数(about deepsae code and an example, ex1 train a 100 hidden unit SDAE and use it to initialize a FFNN)
- 2020-11-13 15:19:43下载
- 积分:1
-
quiverc
在这个更新的代码,新功能,包括colorbar,samesize包括向量plottting...
%更新版本$日期:5月18日,2011年由梁枯盎斯蒂文斯技术学院
%更新1:更改int8到Int16的colormap的是,当电流超过64个大,这将导致错误
%更新2:加入 samesize 为使所有的向量samesize
%更新3:添加colorbar相应的开方的幅度(ü^2+ V键^ 2)
%更新4:错误修复,当你为h = quiverc,这是行不通的。
------------------------------------------------- -----------
(In this updated code,new features including colorbar, samesize vectors plottting are included
Updated version $Date: May 18th,2011 by Liang Kuang at Stevens Institute of Tech
Update 1: Change int8 to int16 when current colormap is bigger than 64,which will cause error
Update 2: Added samesize for making all the vectors the samesize
Update 3: Add colorbar corresponding the the magnitude of sqrt(u^2+v^2)
Update 4: bug fixed,when you do h=quiverc, it doesn t work.
------------------------------------------------------------)
- 2011-05-23 10:49:17下载
- 积分:1