资源列表
include
- 用遗传算法解根号2,求根号2,也就是求方程f(x)=x*x-2=0的正整数解,x=1时f(1)<0,x=2时f(2)>0,由介值定理,则1到2中间存在一个根,根据代数基本定理和根的对称性知这就是我们要找的根(废话,初中生都知道是1.414左右),由目标函数得到适应度函数,我们选择个体都在[1,2]之间,那适应度函数我可以取 j(x)=40/(2+|x*x-2|)-10,由x的取值范围知j的范围是(0,10) x和y交叉就用取平均(x+y)/2,交叉概率取0.9,变异概率为0,
MODEL
- 用Lingo和matlab编写的哈密顿圈搜索法则,可以同时搜索三个和四个哈密顿圈-Prepared using Lingo and Hamiltonian circle matlab search rules, you can simultaneously search three and four Hamiltonian cycle
pso
- Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line)
kmeanmatlab
- k-mean program INPUT A Matrix or dataset K Number of clusters to find (optional default: 2) MAXIT maximum number of iterations (optional default: 50) INIT Labels for initialisation, or rand : take at random K objects as initial means,
Complete-OFDM-simulation-Program
- 完整的OFDM的matlab仿真程序!超值,非常完整的OFDM仿真平台,有详细的注释-Complete OFDM-matlab simulation program! Value, very complete OFDM simulation platform, contains a detailed comment
Practical-15-cases-of-Matlab
- 包含Matlab十五个常用的小例子哦,菜鸟新手练手的好-Matlab contains a small example of 15 commonly used Oh, rookie novice practicing good hand Dongdong
ACM
- 此资料适合acm初学者,代码简单易懂,我受益匪浅,以此共享-This data is suitable for beginners acm, code easy to understand, I have benefited greatly as a means to share
2009831
- 高校学籍管理问题设计方案,是数据结构的设计方案-The School Roll Design Management
Simulinkinthecontrolsystem
- 包含Simulink在控制系统、人工神经网络中的应用-With Simulink in the control system, the application of artificial neural network
60smallMatlabcode
- 学Matlab必备的60个小程序代码,经典,精炼,经练,-School must have 60 small Matlab code, classic, refined, after training, Ha ha ha
ShapeFeatureExtractionandClassificationMatlabFile
- Matlab Files for Shape Classification
