-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New manifold kernel eval bug #286
Comments
Consolidated Malahanobis UsageWorking towards consolidation with Malahanobis operations in IIF parametric: as well as consolidation with RKHS work here:
Current codeand also have efficient code, the current (unrolled) compute steps for ApproxManifoldProducts.jl/src/services/KernelEval.jl Lines 36 to 38 in 9250da2
which uses Malahanobis definition: ApproxManifoldProducts.jl/src/services/KernelEval.jl Lines 101 to 105 in 9250da2
which does the coordinate conversion via: ApproxManifoldProducts.jl/src/services/KernelEval.jl Lines 86 to 92 in 9250da2
Would likeI would like to keep the unrolled structure and suggest we confirm that each of the unrolled steps in computing a MvNormal density are coming out right. |
Should be in "local" coordinates,
|
The text was updated successfully, but these errors were encountered: