资源列表
upf_demos.tar
- % PURPOSE : Demonstrate the differences between the following filters on the same problem: % % 1) Extended Kalman Filter (EKF) % 2) Unscented Kalman Filter (UKF) % 3) Particle Filter (PF) % 4) PF with EKF proposal (PFEKF) % 5) PF wit
rbpfdbn
- % PURPOSE : Demonstrate the differences between the following % filters on a simple DBN. % % 3) Particle Filter (PF) % 4) PF with Rao Blackwellisation (RBPF)
hybridSIREKF
- To estimate the input-output mapping with inputs x % and outputs y generated by the following nonlinear, % nonstationary state space model: % x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)] % + 8cos(1.2t) + process noise % y(t) = x(t)^(2) / 2
KMeansCSharp
- k均值聚类的c#版本,我从网上找到的c版本经改造而成
particlefilter
- % % set some variables in the workspace to control behaviour: % % graphicsMode 0 no graphics, % 1 graphics, particles, beacons, ground truth % 2 graphics, as above + range circles % % perfect 0 use beacon range data % 1 use gro
libdmtx-0.3.0
- data matrix 编码过程分析采用reed-solomn算法的应用
Covrp_ga_good9
- OVRP问题的遗传算法研究实现
floyd
- floyd算法的C实现!! !! !! 1
shortest
- 本程序编写了一个dijkstra算法求解最短路问题,在turboc2.0环境下编译成功。
GA
- 本程序是由C语言编写的遗传算法源程序,已经在turboc2.0环境下调试成功。
fuzzypid
- 模糊pid算法在visual c++环境下运行的源程序,压缩文件,去掉了Debug文件
EvolutionaryAlgorithms-2007-06-29
- An evolutionary algorithms application which includes several samples(TSP, Evolution in a 3D fitness landscape, Sudoku)
