最优化算法 Resources

Showing items tagged with "最优化算法"

This MATLAB example program demonstrates mathematical numerical processing techniques, including optimization algorithms and related implementations. The code is provided for shared academic use only - commercial applications are strictly prohibited. Thank you for respecting these terms.

MATLAB 235 views Tagged

A comprehensive MATLAB-based graphical interface for solving arbitrary Linear Programming (LP) problems using optimization algorithms including Simplex Method, Two-Phase Method, Big M Method, and Dual-Phase Simplex Method. The implementation features constraint matrix handling, tableau operations, pivot element selection, and real-time solution visualization with step-by-step iteration tracking.

MATLAB 301 views Tagged

A comprehensive image registration toolkit featuring: 1) GUI interface with proj.m image selection window and testListBoxlj.m, 2) Optimization algorithms PSO.m and POWELL.m, 3) Mutual information metrics MI.m, EMI.m, RMI.m, HiMI.m, GMI.m, FPMI.m, 4) POWELL subprogram oneDimSearch.m, 5) PSO subprogram myMI.m, 6) Registration validation program restore.m, 7) Image transformation tool gobad.m for translation and rotation operations.

MATLAB 277 views Tagged

Optimization algorithms including Conjugate Gradient, Newton's Method, Golden Section Search, and Steepest Descent methods with implementation insights

MATLAB 243 views Tagged