源代码 Resources

Showing items tagged with "源代码"

This MATLAB source code implements a genetic algorithm incorporating elitism strategy. The implementation details the complete genetic algorithm workflow and significantly improves performance over basic genetic algorithms by preserving elite individuals across generations. The code includes key functions for selection, crossover, mutation, and elite preservation mechanisms.

MATLAB 196 views Tagged

This repository contains implementation source code for Principal Component Analysis (PCA) and Kernel PCA (KPCA), developed for intelligent technology courses with detailed algorithmic explanations and MATLAB/Python implementation considerations.

MATLAB 225 views Tagged