搜索资源列表
matlab遗传算法
- 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!
ibe具有认证功能算法
- 1 Boneh-Franlin的IBE算法主要由四个子算法组成:Setup,Extract,Encrypt和Decrypt,分别完成系统参数建立、密钥提取、加密和解密的功能。假定消息的明文空间为 ,密文空间 。 (1)、建立: 给定一个安全参数 k蝂+ Step 1: 执行G生成一个素数q, 两个q阶群G1, G2 , 和一个可用的双线性映射 ê: G1碐1瓽2。 此外选取G1 任一生成元 P蜧1,再选取两个HASH函数 H3:{ 0, 1}n×{0, 1}n。 -?, H4:。 :{ 0,
否定选择算法仿真
- 否定选择算法的Matlab仿真代码
branch_and_board
- 在模式识别应用中,用分支定界法(branch-and-board method)进行特征的选择。该程序在matlab环境下实现了该算法,以从六个特征中选择两个最佳特征为例-In pattern recognition applications, using branch and bound method (branch-and-board method) to carry out the characteristics of choice. The program in the matlab e
1
- 关于人工免疫系统,克隆选择,免疫记忆的最新文献。并行人工免疫系统的塔式主从模型(Towerlike Master-Slave Model,TMSM),和基于TMSM的并行免疫记忆克隆选择算法-On artificial immune systems, clonal selection, immune memory, the latest literature. Parallel artificial immune system tower master-slave model (Towerlik
C-means
- 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into
klh
- 阐述了人工免疫系统的基本概念"讨论了几种典型的算法"包括基于免疫系统基本机制的免疫算法$基于免疫 特异性的否定选择算法-&--F)@+2G*F*E3 J)F*F*4J3 F,/+I+2G KF@4/5+00123 545*30!&’(.&)*+,+-+./’00123(45*30$+5 J)FJF53@$L.53@ F2*E3 0.+2,12-*+F2 F,+00123 545*30!*E3*4J+-././GF)+*E05.)3@35-)+K3@!51-E.5+00123./GF)+*
three_methods_sort
- 三种排序算法比较,冒泡算法,选择算法,快速算法。-Comparison of three sorting algorithms, bubble algorithm selection algorithm, fast algorithm.
NSA
- 否定选择算法的仿真 希望大家能好好学习 好东西和大家分享-Negative selection algorithm for the simulation of hope that we can learn good things and to share
csa
- 给予函数优化的克隆选择算法,只是一个 算法函数 但是 很好,改改 就可以用了-Given function of the clonal selection algorithm optimization, algorithm is a very good function, however, can be changed on the
AIA2
- 人工免疫克隆选择算法是一种比较新型的智能算法,其基本算法结构与遗传算法是类似的,以下源码是为网络节点分组调度问题而设计的算法。-Artificial immune clonal selection algorithm is a relatively new type of intelligent algorithms, the basic algorithm structure and the genetic algorithm is similar to, the following sour
CLONOLGbinarycode
- 本人自己毕设实现的一个克隆选择算法的最优化程序,二进制的编码实现,其中已经有几个函数内嵌,可以观测到最优值和很好的效果,毕设做的辛苦的-I have set themselves to achieve a complete clone selection algorithm optimization process, the binary coding to achieve, which already has several functions built-in, you can observ
fuzzyweight
- 在服务选择算法论文中设计的模糊权重优化规划算法的实现-Paper in the service selection algorithm weights the fuzzy optimal planning algorithm implementation
optaiNet
- De Castro,国际上最早做克隆选择算法的大师,本代码是经典人工免疫网络算法的源程序(非本人编写,是De Castro的源程序)。-De Castro, the first international master to do the clonal selection algorithm, the code is the classic source of artificial immune network algorithm (not my writing, is De Castro of
基于matlab开发的特征选择算法
- 基于matlab开发的特征选择算法,提取ECG(心电信号)的最有特征组合,降低特征维度。-Based matlab developed feature selection algorithm the extracted ECG (ECG) is the most feature combination to reduce the feature dimension.
matlab后向选择算法
- 基于Matlab平台开发的用于特征选择的算法,后向选择算法,主要用于提取心电生理信号的表示特定情感的特征用于降低特征维度。-Backward selection algorithm for feature selection algorithm based on Matlab platform development, mainly for extraction of ECG physiological signal represents a specific emotional charact
optimized genetic model
- 优化后的克隆选择算法的MATLAB编码,希望能帮助到您,谢谢(Optimized clone selection algorithm of MATLAB coding)
连续投影算法
- 连 续 投 影 算 法(SPA)是 一 种 使 矢 量 空 间 共 线 性最小化的前向变量选择算法, 它的优势在于提取全波段的几个特征波长, 能够消除原始光谱矩阵中冗余的信息,可用于光谱特征波长的筛选。(One of the advantages of spa is that it can be used to eliminate the redundancy of the original spectral features.)
自动阈值选择算法
- 自动阈值选择算法,通过简单迭代法实现自动阈值的选择,来分割图像
Relieff特征选择算法
- Relieff特征选择算法,用于特征降维,选择权重比高的的特征。