遗传算法 Resources

Showing items tagged with "遗传算法"

Optimization Toolbox, Particle Swarm Optimization Toolbox, University of North Carolina Genetic Algorithm Toolbox, University of Sheffield Genetic Algorithm Toolbox - with implementation approaches and key functions

MATLAB 216 views Tagged

Genetic Algorithms (GAs), proposed in 1962 by Professor Holland at the University of Michigan, are a parallel stochastic search optimization method that simulates natural genetic mechanisms and biological evolution. This approach introduces the biological evolution principle of "survival of the fittest" into encoded parameter populations, where individuals are selected based on fitness functions through genetic operations including selection, crossover, and mutation. High-fitness individuals are preserved while low-fitness individuals are eliminated, creating new populations that inherit previous generation information while demonstrating superior performance. The algorithm iterates until convergence criteria are met, typically involving population initialization, fitness evaluation, and genetic operator application in computational implementations.

MATLAB 194 views Tagged

Genetic Algorithm Path Planning Simulation, implementing robot path planning using genetic algorithm methodology, classified as static path planning with population evolution and fitness evaluation components

MATLAB 270 views Tagged