Add tangent space determiners to the diagnostics panel #106
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
regression
stub
todo
ui
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: StudioInfinity/dyna3#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the
ConfigSubspace
structure was introduced in pull request #29, its associated functionsymmetric_kernel
included debug code that took the eigenvalues used to find the kernel and logged them to the browser console. This debug code was dropped in pull request #105.Replace the dropped debug code with a plot on the diagnostics panel that helps us monitor the routine that finds the kernel of the Hessian at the end of each realization. If we keep using the eigenvector decomposition to find the kernel, monitoring can just mean showing the spectrum of the Hessian in a way that reveals eigenvalue multiplicities.
However we end up estimating the degrees of freedom, we should ultimately have a learly displayed numerical summary of that estimate available. Perhaps that's a different issue, or perhaps it belongs with this one.