全局优化 Resources

Showing items tagged with "全局优化"

This MATLAB-implemented genetic algorithm addresses multi-objective constrained optimization problems, featuring techniques like fitness scaling, constraint handling, and Pareto front evaluation. Based on a tutorial video found by searching "MATLAB Global Optimization Methods and Applications" on Tudou, this implementation demonstrates practical optimization approaches useful for engineering and research applications.

MATLAB 184 views Tagged

Particle Swarm Optimization is a global optimization evolutionary algorithm that searches for optimal solutions through inter-particle cooperation and competition, implemented via velocity updates and position adjustments in multidimensional solution spaces.

MATLAB 217 views Tagged

Research paper and MATLAB source code for Bacterial Foraging Random Optimization algorithm. This evolutionary algorithm can handle global optimization, multi-objective optimization, constraint optimization, and dynamic optimization problems, with detailed code implementation showing bacterial movement patterns and fitness evaluation functions.

MATLAB 220 views Tagged