LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/__init__.py
src/grab_sampler.egg-info/PKG-INFO
src/grab_sampler.egg-info/SOURCES.txt
src/grab_sampler.egg-info/dependency_links.txt
src/grab_sampler.egg-info/requires.txt
src/grab_sampler.egg-info/top_level.txt
src/grabsampler/__init__.py
src/grabsampler/sampler.py
src/grabsampler/sorter/FixedOrdering.py
src/grabsampler/sorter/MeanBalance.py
src/grabsampler/sorter/OfflineMeanBalance.py
src/grabsampler/sorter/PairBalance.py
src/grabsampler/sorter/RandomReshuffling.py
src/grabsampler/sorter/SampleWReplacement.py
src/grabsampler/sorter/ShuffleOnce.py
src/grabsampler/sorter/SorterBase.py
src/grabsampler/sorter/__init__.py
src/grabsampler/sorter/beta/AdaEMABalance.py
src/grabsampler/sorter/beta/AdaMeanBalance.py
src/grabsampler/sorter/beta/BatchBalance.py
src/grabsampler/sorter/beta/EMABalance.py
src/grabsampler/sorter/beta/NTKBalance.py
src/grabsampler/sorter/beta/NTKEigen.py
src/grabsampler/sorter/beta/NTKFixedBalance.py
src/grabsampler/sorter/beta/NTKFixedEigen.py
src/grabsampler/sorter/beta/OrderByNorm.py
src/grabsampler/sorter/beta/RecursiveBalance.py
src/grabsampler/sorter/beta/RecursivePairBalance.py
src/grabsampler/sorter/beta/SignBalance.py
src/grabsampler/sorter/beta/__init__.py
src/grabsampler/sorter/beta/functional/NTK.py
src/grabsampler/sorter/beta/functional/__init__.py
src/grabsampler/utils/EventTimer.py
src/grabsampler/utils/__init__.py
src/grabsampler/utils/estimator.py
src/grabsampler/utils/random_projection/JLGaussianRP.py
src/grabsampler/utils/random_projection/JLVerySparseRP.py
src/grabsampler/utils/random_projection/KroneckerRP.py
src/grabsampler/utils/random_projection/RandomProjection.py
src/grabsampler/utils/random_projection/__init__.py