You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add diagnostic framework, S3 adaptive/BIC interpolators, and transcendental UQ
Major additions:
- Diagnostic framework (diagnostics.jl, svg_plots.jl): oracle Taylor coefficients,
polynomial feasibility, Jacobian sensitivity analysis, and HTML report generation
- S3 adaptive-tolerance and BIC model-selection interpolator variants
- _obs_trfn_ observable transcendental variable support for UQ pipeline
- forced_decay() test model for fast transcendental regression testing
Key fixes:
- GP hyperparameter optimization: replaced Zygote with ForwardDiff (Julia 1.12 compat)
- Removed data jitter from GP fitting (was destroying high-order derivatives)
- Adaptive Cholesky jitter for numerical stability
- SE kernel derivatives: generalized to arbitrary order via Hermite recurrence
- HC.jl variable replacement: two-pass longest-first to prevent substring collisions
- Skip _trfn_ auxiliary observables in interpolant construction (pure waste)
- UQ warnings: negative variance, high condition number, zero-variance data vars
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments