遗传算法 Resources

Showing items tagged with "遗传算法"

This project implements a genetic algorithm solution for Vehicle Routing Problem with Time Windows (VRPTW), featuring comprehensive function annotations and purpose descriptions for all genetic algorithm components. The implementation includes visualization capabilities to track optimization progress, iteration counts, and optimal solutions through graphical representations.

MATLAB 195 views Tagged

BP networks are a type of multi-layer feedforward neural network, named after the error backpropagation learning algorithm used to adjust network weights during training. Proposed by Rumelhart et al. in 1986, BP neural networks feature simple architecture, numerous adjustable parameters, diverse training algorithms, and strong operability, leading to widespread adoption. Approximately 80%–90% of neural network models utilize BP networks or their variants. While BP networks form the core of forward networks and represent the most refined part of neural networks, they suffer from limitations such as slow learning convergence.

MATLAB 237 views Tagged