甘特图 Resources

Showing items tagged with "甘特图"

This implementation solves the classic Job Shop Scheduling Problem (JSSP), featuring model explanations, Gantt chart generation methods, and practical code demonstrations. The program includes comprehensive documentation for scheduling beginners and requires execution through the main file with proper parameter configuration.

MATLAB 261 views Tagged

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 258 views Tagged