遗传算法 Resources

Showing items tagged with "遗传算法"

This example demonstrates nonlinear function fitting by applying optimal individuals obtained from genetic algorithms to BP neural networks. The implementation involves MATLAB programming for genetic algorithm optimization of BP neural network models, utilizing key functions like ga() for evolutionary optimization and train() for network training.

MATLAB 223 views Tagged

This code package contains partial implementations from the Genetic Algorithm MATLAB Toolbox, designed to work complementarily with GAmat1.rar and GAmat2.rar archives for comprehensive GA development.

MATLAB 214 views Tagged