搜索资源列表
jiandan0101
- 这是一个非常简单的遗传算法源代码,代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu, 目录 coe/evol中的文件prog.c中
chenggongdu
- 改进的神经网络PSO,主要用于成功度评价,本例是电厂的成功度评价模型和数据.
SVR
- 本算法是利用matlab及libsvm软件包仿真了利用SVM建立基于乳腺组织电阻抗特性的乳腺癌诊断模型,并对诊断模型的特性进行评价-This algorithm is the use of simulation software package libsvm matlab and the establishment of the use of SVM based on electrical impedance properties of breast tissue model of breast
CAmix_accident
- 基于元胞自动机模型对于交通事故下的高速公路交通流仿真,在不同大小车比例和交通流条件下,输出交通冲突数,评价道路是否安全。-Whether based on cellular automata model for highway traffic flow simulation in the accidents, the proportion of different sizes of vehicles and traffic flow conditions, the output number o
tele3
- 模拟信号的数字化传输---增量调制系统 用SIMULINK建立简单增量调制系统的模型并进行 (3) 正弦信号 (4) 语音信号 的传输。 改变抽样频率和量化台阶大小,观察重建信号以及量化噪声信号的波形;对于语音信号主观评价声音质量的变化。 -Digitized analog signal transmission systems--- delta modulation delta modulation SIMULINK easy set up of the model s
model-and-application
- 基于熵权的水资源短缺风险模煳综合评价模型及应用-Entropy-based model of water shortage risks burnt comprehensive evaluation model and application
cengcifenxi
- 在现代化的评价模型中,我们可以用层次分析法建立模型,但是其主观性强,判断矩阵的确定比较困难-In the modern evaluation model, we can use AHP model, but its subjective nature, is difficult to determine the matrix to determine the
CV_split_data
- 交叉验证源程序 评价模型性能的一种方式-cross validation
YINGWEN
- 2频移键控模拟模型的基本原理、波形,请您仔细浏览,给予评价-2 FSK simulation principle and waveform, please carefully browsing, giving the appraisal
matlab
- 第一个是标准差,用于算数学模型均值,评价模型的平均量 第二个熵,用于评价信息量的大小,熵越大信息量越大。 第三个用于pcnn模型,评价是否接近理论模型,残差越小,就越接近理论模型-The first is the standard deviation, the mathematical model is used to calculate the mean, the average amount of uation model. The second entropy, to ua
topsis
- matlab topsis综合评价模型 这句话用来增加字数-matlab topsis comprehensive uation model used to increase the number of words of this sentence
jieguobijiao
- 基于综合评价模型的评分方法,根据指标不同比较得出比较云图,用于金融企业绩效分析-Comprehensive uation model based scoring method, based on indicators compare results compare different cloud for financial business performance analysis
插值拟合程序
- 模糊数学中在进行评价模型时的模糊算子的程序(Fuzzy operator of fuzzy mathematics)
模糊综合评价法matlab
- 可以用于评价模型,只需要带入单位的特征即可(Can be used to evaluate class models)
FCM
- 数学建模评价模型中常用到的聚类分析法,聚类是将一组给定的未知类标号的样本分成内在的多个类别,使得同一类中的样本具有较高的相似度,而不同类中的样本差别大,聚类分析的目的是揭示和刻画数据的内在结构。(The clustering analysis method commonly used in mathematical modeling evaluation model. Clustering is to divide a set of samples of unknown class marks
temp
- 数学建模中的一种评价算法--基于topsis熵权评价法和改进的灰色预测模型代码,里面的内容根据自己的情况改。(An evaluation algorithm in mathematical modeling is based on the TOPSIS entropy weight evaluation method and improved grey prediction model code, and the contents are changed according to their o
评价模型
- 可以实现对数据的评价的matlab代码,包括层次分析法,熵值法等(Matlab code which can evaluate data, including analytic hierarchy process, entropy method, etc.)
NiBianQi
- 模型预测电流控制其控制思想基于以下原理:首先,功率变换器产生的开关状态个数有限,且通过建立模型可以预测每一个开关状态下被控变量的对应变化特性;其次,定义价值函数评价被控变量的预测值,为判别最优有限开关状态提供依据;最后,计算出每一种开关状态下的价值函数值,以此评价每一种开关状态下被控变量预测值的优劣,选择出最优的开关状态并应用。(The control idea of model predictive current control is based on the following princ
物元分析法(matlab)
- 物元分析法由我国数学家蔡文在 20 世纪 80 年代提出. 应用物元法建立多指标评价模型,可以针对复杂问题建立形象化模型,定量化得出评价结果,从而较完整、准确地反映事物的综合水平。利用matlab编程,进行如下步骤计算:1、待判物元的确定;2、经典域、节域的确定;3、关联函数;4、综合关联度(Matter-element analysis method was put forward by Chinese mathematician Cai Wen in 1980's. Applying mat
TOPSIS+熵权法
- TOPSIS+熵权法,用于数学建模综合评价模型,里面有相关数据,代码可以走得通!