mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
- Implement universal 4-zone dashboard cockpit in mlsysim.viz.dashboard - Add Lab 00: Flight School (Persona & Dashboard Onboarding) - Add Lab 15: Sustainable AI (Grid-Interactive Scheduler Dashboard) - Update Mission Plans for Systems, Data, and Orchestration with 3-act narrative - Establish mlsysim at repo root as future-proof analytical engine
35 lines
813 B
YAML
35 lines
813 B
YAML
project:
|
|
type: website
|
|
output-dir: _build
|
|
|
|
website:
|
|
title: "MLSysim Dev Guide"
|
|
navbar:
|
|
left:
|
|
- href: index.qmd
|
|
text: Home
|
|
- href: api/index.qmd
|
|
text: API Reference
|
|
|
|
quartodoc:
|
|
package: mlsysim
|
|
dir: api
|
|
title: API Reference
|
|
sections:
|
|
- title: Analytical Simulations
|
|
desc: Domain-specific solvers for ML systems.
|
|
contents:
|
|
- simulations.ResourceSimulation
|
|
- simulations.BaseSimulation
|
|
- title: Persona Archetypes
|
|
desc: Scaling factors and personas.
|
|
contents:
|
|
- personas.Persona
|
|
- personas.Personas
|
|
- title: Scoring & Ledgers
|
|
desc: The multi-dimensional result structures.
|
|
contents:
|
|
- ledger.SystemLedger
|
|
- ledger.PerformanceMetrics
|
|
- ledger.SustainabilityMetrics
|