遗传算法 Resources

Showing items tagged with "遗传算法"

This genetic algorithm-based class scheduling code has been debugged for optimal performance. To build a complete system, you'll need to develop project files independently - this implementation focuses specifically on the core scheduling algorithm with configurable parameters for crossover, mutation, and fitness evaluation.

MATLAB 207 views Tagged

This MATLAB-implemented genetic algorithm addresses multi-objective constrained optimization problems, featuring techniques like fitness scaling, constraint handling, and Pareto front evaluation. Based on a tutorial video found by searching "MATLAB Global Optimization Methods and Applications" on Tudou, this implementation demonstrates practical optimization approaches useful for engineering and research applications.

MATLAB 184 views Tagged