优化问题 Resources

Showing items tagged with "优化问题"

A MATLAB implementation for solving optimization problems using quasi-Newton algorithms, featuring core functions like BFGS or DFP updates and gradient calculations. Users should verify the implementation before application and consider exploring alternative algorithms for comparison.

MATLAB 239 views Tagged

Cuckoo Search (CS), also known as Cuckoo Optimization Algorithm, is an emerging metaheuristic algorithm proposed by Professor Xin-She Yang of Cambridge University and S. Deb in 2009. The algorithm efficiently solves optimization problems by simulating brood parasitism behavior of cuckoo species, combined with Levy flight search mechanisms. Research demonstrates CS outperforms other swarm intelligence algorithms in convergence speed and solution accuracy, making it suitable for complex engineering optimization tasks.

MATLAB 245 views Tagged