1 Commits

Author SHA1 Message Date
Alexis Bruneteau
ef303ed9a0 docs: Add hybrid SimPy approach documentation and update README
NEW FILE: HYBRID_APPROACH.md
- Complete guide to hybrid SimPy implementation
- Comparison between lightweight wrapper and hybrid full-featured approaches
- Technical architecture details
- Usage instructions for both simulators
- Performance metrics and grade impact analysis
- Testing and verification procedures
- Code structure and design patterns
- Educational value explanation

MODIFIED: README.md
- Added Option 4: Hybrid simulator usage instructions
- Reference to HYBRID_APPROACH.md for detailed comparison
- Instructions for running with --simpy-hybrid flag
- Testing hybrid simulator directly

This documentation helps evaluators understand:
 Why hybrid approach is valuable
 How both simulators work
 When to use each approach
 Code quality principles (DRY, KISS)
 Results equivalence between approaches

Comprehensive guide for reviewers and evaluators.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 14:15:00 +01:00