遗传算法 Resources

Showing items tagged with "遗传算法"

This MATLAB source code implements a genetic algorithm incorporating elitism strategy. The implementation details the complete genetic algorithm workflow and significantly improves performance over basic genetic algorithms by preserving elite individuals across generations. The code includes key functions for selection, crossover, mutation, and elite preservation mechanisms.

MATLAB 196 views Tagged

A comprehensive set of practical and user-friendly heuristic optimization algorithms, including non-adaptive algorithms, simulated annealing-based population algorithms, basic genetic algorithms, differential evolution algorithms, and particle swarm optimization. Additionally features the Sacred Algorithm which integrates all these optimization operators with occasional algorithm swapping between different populations.

MATLAB 228 views Tagged