dyna3/app-proto
Aaron Fenyes f2e84fb64a Enforce the validity of set point specifications
Make a regulator's set point specification private, and split the set
point into a private writable signal and a public read-only signal. The
set point can now be initialized only through the factory method
`insert_new_regulator` and changed only through the setter method
`try_specify_set_point`, which both ensure that the set point
specification is valid and consistent with the set point.
2025-02-18 13:29:10 -08:00
..
examples Switch to Euclidean-invariant projection onto tangent space of solution variety (#34) 2025-01-31 19:34:33 +00:00
src Enforce the validity of set point specifications 2025-02-18 13:29:10 -08:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.toml Click the display to select spheres (#25) 2024-11-27 05:02:06 +00:00
index.html Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
main.css Require regulators to have valid specifications 2025-02-18 01:27:11 -08:00
run-examples Switch to Euclidean-invariant projection onto tangent space of solution variety (#34) 2025-01-31 19:34:33 +00:00