feat(examples): Complete Mean Field Games tutorial with Rust implementation

- Fixed Python bindings build with maturin (replaces cargo build)
- Updated MFG tutorial notebook to use actual Rust solver (solve_mfg_1d_rust)
- Added graceful handling of Python numerical instability
- All visualization cells working with beautiful 3D plots
- Rust solver demonstrates stable computation (0.4s for 100×100 grid)
- Tutorial showcases Rust advantages: no NaN, robust numerics, parallel execution

Tested full workflow: maturin build → notebook execution → all cells pass
This commit is contained in:
Melvin Alvarez
2026-01-04 16:54:04 +01:00
parent 1a866da60b
commit 25c7539c21
File diff suppressed because one or more lines are too long