-
CA-matlab
matlab对于Ca模拟的几个例程,包括生命游戏,表面张力,渗流集群等在内。是ca入门的好选择。(matlab for Ca simulation routines, including the Game of Life, the surface tension, percolation clusters. Ca entry.)
- 2012-08-17 11:00:38下载
- 积分:1
-
PSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(Particle swarm optimization, also known as particle swarm optimization (Particle Swarm Optimization), abbreviated as PSO, is a new evolutionary algorithm developed in recent years (Evolutionary Algorithm- EA). Kind, and simulated annealing algorithm PSO algorithm is similar evolutionary algorithms, it is also starting a random solution, through an iterative search for the optimal solution, which is also used to uate the quality through fitness solution, but it is simpler than genetic algorithm rules It has no genetic algorithm " crossover" (Crossover) and " variant" (Mutation) operation, which by following the current search to find the optimal value to the global optimum. This algorithm is its easy implementation, high accuracy, fast convergence, etc. attracted academic attention and show its superiority in solving practical problems. PSO algorithm is a parallel algorithm.)
- 2015-01-18 20:38:17下载
- 积分:1
-
QR
说明: 矩阵QR分解,采用householder方法。输入矩阵,返回分解参量,QR decomposition(QR decomposition)
- 2015-03-28 09:44:08下载
- 积分:1
-
sinc_gause
简单函数的傅里叶变换,包括sinc、高斯函数和带有二次相位的高斯函数的傅里叶变换(Fourier transform of simple function)
- 2018-04-11 19:38:42下载
- 积分:1
-
1
混沌系统的仿真软件,通过分析系统的参数和初始状态来观测混沌系统的运行轨迹。(Chaotic system simulation software, through the analysis of the parameters and the initial state of system to measure the trajectories of chaotic systems.
)
- 2013-08-26 17:12:10下载
- 积分:1
-
BNT-learn
利用BNT产生大量样本数据进行贝叶斯网络的结构学习与参数学习。(Use a large amount of sample data BNT structure learning and parameter learning Bayesian network.)
- 2014-05-14 09:58:04下载
- 积分:1
-
matlabvelocity
速度分析,用于地震勘探方面尤其有用。可以下载了自己改改,也可以用在其他方面(Velocity analysis for seismic exploration area is particularly useful. Can download their own changed, but also can be used in other areas)
- 2008-12-15 13:22:26下载
- 积分:1
-
matlab
matlab程序:最小生成树prim算法、最小生成树kruskal算法、穷举法求哈密顿圈;以及计算旅行商路线的lingo程序(Prim minimum spanning tree algorithm, matlab program)
- 2010-08-18 09:45:29下载
- 积分:1
-
GhostPoints
This function takes a training-by-training matrix of distance scores, and the testing-by-training matrix of distance scores, and augments them by
adding ghost points to the minority class.
- 2011-08-09 22:24:28下载
- 积分:1
-
svm_new
MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you really want to speed
things up you should consider compiling the matrix composition
routine for H into a mex function. Then again if you really want
to speed things up you probably shouldn t be using matlab
anyway... Get hold of a dedicated C program once you understand
the algorithm.(MATLAB-SVM algorithm, Matlab Support Vector Machine Toolbox, This toolbox was designed as a teaching aid, which matlab isparticularly good for since source code is relatively legible andsimple to modify. However, it is still reasonably fast if usedwith the supplied optimiser. However , if you really want to speedthings up you should consider compiling the matrix compositionroutine for H into a mex function. Then again if you really wantto speed things up you probably shouldn t be using matlabanyway ... Get hold of a dedicated C program once you understandthe algorithm.)
- 2008-08-15 21:12:57下载
- 积分:1