自适应遗传算法 Resources

Showing items tagged with "自适应遗传算法"

This program implements image enhancement through an adaptive genetic algorithm, with core concepts derived from a research paper published in the "Chinese Journal of Computers". The implementation includes population initialization, fitness evaluation based on image quality metrics, and adaptive crossover/mutation operations.

MATLAB 202 views Tagged

MATLAB source code for adaptive genetic algorithm utilizing Gram-Schmidt orthogonalization decomposition. Users can alternatively implement QR decomposition for potential code simplification and computational efficiency improvements.

MATLAB 199 views Tagged

The adaptive genetic algorithm achieves high computational speed but tends to suffer from premature convergence. This program effectively addresses this issue through dynamic parameter adjustment and fitness-based operator adaptation.

MATLAB 211 views Tagged