遗传算法 Resources

Showing items tagged with "遗传算法"

Application Background: The current standalone SVM exhibits limited recognition accuracy. This program employs genetic algorithms to optimize the SVM algorithm, enhancing its precision and predictive performance. Key Technology: GA-SVM optimization algorithm improves recognition accuracy and prediction reliability through parameter tuning and model adaptation.

MATLAB 217 views Tagged

A minimalist genetic algorithm source code originally developed by Denis Cormier (North Carolina State University) and revised by Sita S. Raghavan (University of North Carolina at Charlotte). The code is intentionally kept minimal and requires minimal error checking. For specific applications, users only need to modify constant definitions and implement the "fitness function".

MATLAB 237 views Tagged