Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: neurotuning/GEDAI-master
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: neurotuning/GEDAI-master
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gem
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Sep 6, 2026

  1. Optimize SENSAI thresholding and projections

    Refactors SENSAI, SENSAI_fminbnd, clean_SENSAI, and GEDAI_per_band to precompute and reuse the log-eigenvalue percentile used for thresholding, and to support optimized call paths with empty COV inputs. The subspace/covariance math was streamlined to use direct refCOV-projected vectors, reducing repeated multiplications while preserving behavior (including no-component cases). Also adds a MATLAB validation script that checks legacy vs optimized numerical parity and benchmarks speedup.
    neurotuning-personal committed Sep 6, 2026
    Configuration menu
    Copy the full SHA
    7ca7f75 View commit details
    Browse the repository at this point in the history
Loading