gchq / coreax

A library for coreset algorithms, written in Jax for fast execution and GPU support.
Apache License 2.0
15 stars 1 forks source link

Treat Unroll parameters like Block Size parameters in MMD #648

Closed tc85324 closed 4 days ago

tc85324 commented 3 weeks ago

What's the new feature?

The unroll parameters passed to each compute_mean call in MMD.compute should be augmented. If the user passes unroll as a tuple (unroll_x, unroll_y), then we should augment this tuple for each call to compute_mean

What value does this add?

This provides consistent handling with that of block_size.

Is there an alternative you've considered?

No response

Additional context

No response