坐标轮换法 Resources

Showing items tagged with "坐标轮换法"

Optimization Methods and MATLAB Programming Design covering various optimization algorithms including constrained penalty function method, complex method, coordinate rotation method, multiplier method, simplex method, cutting plane method, particle swarm optimization, genetic algorithm, and other optimization techniques with MATLAB implementation details.

MATLAB 247 views Tagged

MATLAB implementations for constrained optimization algorithms including: minRosen.m - Rosen's gradient projection method, minFactor.m - multiplier method (method of multipliers), minconPS.m - coordinate rotation method, minPF.m - exterior penalty function method, minMixFun.m - mixed penalty function method, minJSMixFun.m - accelerated mixed penalty function method

MATLAB 250 views Tagged