搜索资源列表
ant
- 蚁群算法仿真模拟程序,用c的图形界面,直观的展示了蚁群算法的仿生学过程。为读者了解改算法有直接的指导意义-ant colony algorithm simulation program, c graphical interface, and visual display of the ant colony algorithm Bionics process. For readers to understand the algorithm change is directly guiding si
important
- 一个计算机演化算法 模拟生物进化,专业水准,-a computer simulation algorithm evolution of biological evolution, professional standards,
saMSA
- 本程序是针对多序列比对问题,提出用模拟退火算法来处理。比较好地实现了比对算法,能够得到较好的结果-proceedings against the multiple sequence alignment, proposed using simulated annealing algorithm to handle. Better than the realization of the algorithm to achieve better results
GA
- 本程序利用java语言实现了遗传算法。并对算法进行了模拟。
GATSP
- 模拟遗传算法解决TSP问题,模拟生物进化中的遗传方式。
GA-VC
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。压缩包中包含了由C++语言编写的算法。-Genetic Algorithm (Genetic Algorithm) is a simulation of the biological theory of evolution Darwin' s natural selection and genetic mechanism of th
antcolonyalgorithm
- 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
MC
- 美国lihong wang教授编写的程序,用于生物组织内光分布模拟的Mento Carlo算法-Professor of American lihong wang programs written for the simulation of light distribution within the biological tissue' s Mento Carlo algorithm
mpiPopenmp
- 采用MPI+OpenMP混合模型设计并实现光化学反应双层并行模拟算法,上层基于MPI实现节点间的原子分解并行,下层基于OpenMP实现节点内的多线程矩阵并行乘法。-With MPI+OpenMP mixed model was designed and implemented The photochemical reaction bunk parallel simulation algorithms, the upper atomic decomposition based on inter-n
viterbiaEM
- 1.用隐马尔科夫模型(HMM)模拟肿瘤细胞整个染色体的拷贝数(CN)变异。并用viteri算法得到最可能的(CN)状态转移序列; 2.使用baum welch算法根据所给序列数据和初始状态转移矩阵,重新估算状态转移矩阵。-HMM, Hidden Markov, baulm welch, viterbi, SNP-array
immunity
- 用matlab编写的人工免疫算法,是一类模拟生物体免疫系统的功能智能仿生算法-Artificial immune algorithm written in MATLAB
GA
- 遗传算法是一种通过模拟自然进化过程搜索最优解的方法。其MATLAB程序, 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,并引入了倒位操作。-Genetic algorithm is a method of searching the optimal solution for the natural process of evolution through simulations. Its MATLAB program using a binary Gray co
gs
- 该算法是最原始的GS算法,可实现利用频域已知振幅,空域已知振幅对空域相位的复原,另包含GS算法原始文献。(The algorithm is the original GS algorithm, which can be used to recover the spatial phase with the known amplitude in the frequency domain and the spatial domain, and include the original literat