程序 Resources

Showing items tagged with "程序"

This resource presents HMM algorithm implementations using MATLAB's HMM toolbox, demonstrating practical code examples and providing helpful tools for pattern recognition and time series analysis applications.

MATLAB 193 views Tagged

A comprehensive collection of commonly used Particle Swarm Optimization algorithms, including basic PSO, linearly varying PSO, constriction factor PSO, random weight PSO, and more - designed to facilitate learning and implementation

MATLAB 293 views Tagged

A comprehensive PSO program package consisting of three core files: DeJong.m (fitness function), get_psoOptions.m (configuration settings), and pso.m (main algorithm). Simply copy these files to your MATLAB work directory for immediate execution. Customize parameters through get_psoOptions.m and modify the objective function in DeJong.m to adapt the algorithm to specific optimization problems.

MATLAB 254 views Tagged