Skip to content
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

Add probabilistic iterative methods #977

Open
gw265981 opened this issue Feb 17, 2025 · 1 comment · May be fixed by #983
Open

Add probabilistic iterative methods #977

gw265981 opened this issue Feb 17, 2025 · 1 comment · May be fixed by #983
Assignees
Labels
enhancement New feature or request new Something yet to be discussed by development team

Comments

@gw265981
Copy link
Contributor

What's the new feature?

As an example shows, there is potential in running the coreset algorithms that have a refine method iteratively. In particular, probabilistic KH can be run iteratively and with varying temperature (probability parameter).

We should decide whether this should be implemented as:

  • A separate class that iterates an existing solver with a refine method (and some extra parameters),
  • Part of an existing class, e.g., KernelHerding, as a parameter that allows iteration,
  • Be left as an example for the users.

What value does this add?

This could produce novel coreset methods that are useful in some scenarios.

Is there an alternative you've considered?

No response

Additional context

Related to #953, #941, #244.

@gw265981 gw265981 added enhancement New feature or request new Something yet to be discussed by development team labels Feb 17, 2025
@gw265981
Copy link
Contributor Author

Blocked by #947 for now as it introduces a version of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new Something yet to be discussed by development team
Projects
None yet
1 participant