收敛速度 Resources

Showing items tagged with "收敛速度"

Implementation of PSO's local model demonstrates superior performance compared to global model variants, featuring more reliable convergence to optimal solutions despite slower convergence rates, with key implementations including neighborhood topology management and local best position tracking.

MATLAB 189 views Tagged

This program proposes the step size adjustment principle for variable step size adaptive filtering algorithms: during the initial convergence phase or when unknown system parameters change, the step size should be relatively large to achieve faster convergence speed and better tracking capability for time-varying systems. After algorithm convergence, regardless of the magnitude of the interference signal v(n) at the primary input, a very small adjustment step size should be maintained to achieve minimal steady-state misadjustment noise. The program, developed based on the variable step size formula, provides significant reference value for implementing adaptive filtering systems with optimized convergence and stability characteristics.

MATLAB 203 views Tagged

Implementing genetic algorithms for function optimization with fast convergence and minimal local optima entrapment. This classic algorithm is beginner-friendly, featuring clear code structure with key components like population initialization, fitness evaluation, crossover, and mutation operations.

MATLAB 194 views Tagged