车间调度问题 Resources

Showing items tagged with "车间调度问题"

This MATLAB program implements a Particle Swarm Optimization (PSO) algorithm to solve a 6x6 job shop scheduling problem, featuring Gantt chart visualization. The code demonstrates fundamental PSO operations including particle initialization, velocity updates, and fitness evaluation using makespan minimization. The implementation is well-structured for educational purposes, making it suitable for beginners to understand both scheduling optimization and metaheuristic algorithms.

MATLAB 226 views Tagged