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

TODO list #6

Open
1 task done
SebaGraz opened this issue Jul 3, 2020 · 5 comments
Open
1 task done

TODO list #6

SebaGraz opened this issue Jul 3, 2020 · 5 comments

Comments

@SebaGraz
Copy link
Collaborator

SebaGraz commented Jul 3, 2020

  • Implement the exact subsampling algorithm where ∇ϕ(x) is estimated by an unbiased estimator ∇ϕ_tilde(x) (the standard example is Big Data with i.i.d observations. Then the target density is given by a product of terms -> gradient of the negative log density is given by a sum of terms. Subsampling by picking randomly one term of the sum.
@mschauer
Copy link
Owner

mschauer commented Jul 3, 2020

  • Scaling in the 1-d Boomerang
  • Local n-d Boomerang

@SebaGraz
Copy link
Collaborator Author

SebaGraz commented Jul 4, 2020

I want to propose the following:

  1. To have the d dimensional implementation as the default implementation and drop the 1-dimensional implementation
  2. To group the implementations for not factorised (Bouncy and Boomerang) and factorised pdmps (Zig-Zag and Fact. Boomerang).
  3. To have the Local implementation (with the PriorityQueue) of the factorised pdmps as the default implementation for those algorithms (Zig-Zag and Fact. Boomerang). When the graph is not specified, then assume a fully connected graph

@SebaGraz
Copy link
Collaborator Author

SebaGraz commented Jul 4, 2020

  • Save a and b and use them for both the evaluation of \lambda_bar and poisson_time. (Now we compute them twice)

@mschauer
Copy link
Owner

mschauer commented Jul 4, 2020

Let's keep the 1-d version intact for didactical purposes, but the high dimensional should be the default

@mschauer
Copy link
Owner

mschauer commented Jul 7, 2020

  • Allow for change of reference measure in FactBoomerang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants