遗传算法 Resources

Showing items tagged with "遗传算法"

For unknown nonlinear functions, accurately finding extremum values solely through input-output data is challenging. This problem can be solved by combining neural networks with genetic algorithms, leveraging neural networks' nonlinear fitting capabilities and genetic algorithms' nonlinear optimization abilities to locate function extrema. This article demonstrates how to optimize extremum values for nonlinear functions using neural network genetic algorithms, with implementation details including network architecture design and genetic operation parameters.

MATLAB 336 views Tagged

Outer layer: Genetic algorithm optimization configuration [Adaptive Genetic Algorithm]. Inner layer: optmfun.m annual operation optimization (considering nonlinear model, after clustering) with implementation handling population initialization, fitness evaluation, and genetic operations.

MATLAB 231 views Tagged

MATLAB implementation for training neural networks with genetic algorithms to overcome local optima issues in neural network optimization, featuring population-based parameter evolution and fitness evaluation techniques.

MATLAB 344 views Tagged

This project implements an improved Vehicle Routing Problem (VRP) solution using genetic algorithms, specifically developed for academic research with detailed code documentation including comprehensive function and variable annotations, and essential visualization components.

MATLAB 253 views Tagged