差分进化 Resources

Showing items tagged with "差分进化"

MATLAB implementation of the fundamental differential evolution algorithm, featuring vectorized operations for population handling and mutation strategies. Successfully debugged and tested in MATLAB 7.0 environment, demonstrating robust optimization performance through crossover and selection mechanisms.

MATLAB 227 views Tagged

This algorithm serves as an efficient tool for LDPC code optimization. It implements differential evolution (DE) to optimize LDPC code degree distribution. Given a specific code rate, the algorithm automatically searches for optimal degree distributions through iterative population evolution. With relatively low computational complexity, it achieves near-optimal solutions while maintaining performance.

MATLAB 235 views Tagged

A hybrid algorithm combining differential evolution, genetic algorithm, and particle swarm optimization for constrained optimization problems. This implementation successfully obtains optimal solutions for all 13 standard test functions from reference [7] (T.P. Runarsson and X. Yao, "Stochastic ranking for constrained evolutionary optimization," IEEE Trans. Evol. Comput., vol. 4, no. 3, pp. 284-294, Sep. 2000). The algorithm features constraint handling through stochastic ranking and adaptive parameter tuning. For technical inquiries, please visit http://2shi.phphubei.com

MATLAB 187 views Tagged