函数寻优 Resources

Showing items tagged with "函数寻优"

Code implementation of function optimization algorithms based on fish swarm optimization technique. For detailed explanations and comprehensive tutorials, please refer to the included documentation. Due to file size limitations, contact me at 1066146635@qq.com for high-definition tutorial materials. The implementation includes key swarm intelligence components like fish behavior simulation, collective movement patterns, and fitness evaluation mechanisms.

MATLAB 201 views Tagged

Since the establishment of bionics in the mid-1950s, researchers have begun developing bio-inspired algorithms to solve complex optimization problems. These algorithms simulate evolutionary mechanisms and include Simulated Annealing (SA), Seeker Optimization Algorithm (SOA), Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO), and Genetic Algorithms (GA). Notable contributions include Professor J.H. Holland's GA from University of Michigan, Rechenberg's Evolution Strategy, and Fogel's Evolutionary Programming.

MATLAB 222 views Tagged