dyna3/app-proto
Vectornaut 5864017e6f feat: Engine diagnostics (#92)
Adds a `Diagnostics` component that shows the following diagnostics from the last realization:

- Confirmation of success or a short description of what failed.
- The value of the loss function at each step.
- The spectrum of the Hessian at each step.

The loss and spectrum plots are shown on switchable panels.

Also includes some refactoring/renaming of existing code.

Co-authored-by: Aaron Fenyes <aaron.fenyes@fareycircles.ooo>
Reviewed-on: StudioInfinity/dyna3#92
Co-authored-by: Vectornaut <vectornaut@nobody@nowhere.net>
Co-committed-by: Vectornaut <vectornaut@nobody@nowhere.net>
2025-07-21 04:18:49 +00:00
..
examples feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
src feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.lock feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
Cargo.toml feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
index.html feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
main.css feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
run-examples.sh feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00