mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-08-02 16:09:35 -05:00
8 lines
281 B
Plaintext
8 lines
281 B
Plaintext
# solvers { #mlsysim.solvers }
|
|
|
|
Canonical public import surface for MLSysIM solver protocols, analytical
|
|
models, solvers, and optimizers.
|
|
|
|
Use `from mlsysim.solvers import ServingModel` for solver classes. The
|
|
implementation remains split by domain under `mlsysim.engine.solvers`.
|