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

Doublet tuning and new vertex algo #158

Merged

Conversation

VinInn
Copy link

@VinInn VinInn commented Sep 4, 2018

This PR contains two independent components

  1. tuning and speed up of the doublet algorithm
  2. a new concurrent vertex algorithm based on DBSCAN
    (it reuses pieces of pixel cluster algo...)

The vertex algorithm will require tuning (to say the least) even to reach the performance of current DivisiveClustering algo used at HLT.

Baseline is offline doublets and DA vertexing.

Rebased onto master from #149.

fwyzard pushed a commit that referenced this pull request Oct 20, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Oct 20, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Oct 20, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Oct 20, 2020
Add a new concurrent vertex algorithm based on DBSCAN (that reuses parts of the pixel cluster algorithm).
It still needs to be tuned to reach at least the performance of current DivisiveClustering algorithm used at HLT.
fwyzard pushed a commit that referenced this pull request Oct 23, 2020
Add a new concurrent vertex algorithm based on DBSCAN (that reuses parts of the pixel cluster algorithm).
It still needs to be tuned to reach at least the performance of current DivisiveClustering algorithm used at HLT.
fwyzard pushed a commit that referenced this pull request Oct 23, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Oct 23, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Nov 6, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Nov 6, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Nov 6, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Nov 6, 2020
Add a new concurrent vertex algorithm based on DBSCAN (that reuses parts of the pixel cluster algorithm).
It still needs to be tuned to reach at least the performance of current DivisiveClustering algorithm used at HLT.
fwyzard pushed a commit that referenced this pull request Nov 6, 2020
Add a new concurrent vertex algorithm based on DBSCAN (that reuses parts of the pixel cluster algorithm).
It still needs to be tuned to reach at least the performance of current DivisiveClustering algorithm used at HLT.
fwyzard pushed a commit that referenced this pull request Nov 16, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Nov 16, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Nov 16, 2020
Add a new concurrent vertex algorithm based on DBSCAN (that reuses parts of the pixel cluster algorithm).
It still needs to be tuned to reach at least the performance of current DivisiveClustering algorithm used at HLT.
fwyzard added a commit that referenced this pull request Nov 27, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard added a commit that referenced this pull request Nov 28, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Dec 25, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Dec 26, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard added a commit that referenced this pull request Dec 26, 2020
Add a new concurrent vertex algorithm based on DBSCAN (that reuses parts of the pixel cluster algorithm).
It still needs to be tuned to reach at least the performance of current DivisiveClustering algorithm used at HLT.
fwyzard added a commit that referenced this pull request Dec 26, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Dec 29, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Dec 29, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Dec 29, 2020
Add a new concurrent vertex algorithm based on DBSCAN (that reuses parts of the pixel cluster algorithm).
It still needs to be tuned to reach at least the performance of current DivisiveClustering algorithm used at HLT.
fwyzard pushed a commit that referenced this pull request Dec 29, 2020
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Jan 13, 2021
Add a new concurrent vertex algorithm based on DBSCAN (that reuses parts of the pixel cluster algorithm).
It still needs to be tuned to reach at least the performance of current DivisiveClustering algorithm used at HLT.
fwyzard pushed a commit that referenced this pull request Jan 15, 2021
Add a new concurrent vertex algorithm based on DBSCAN (that reuses parts of the pixel cluster algorithm).
It still needs to be tuned to reach at least the performance of current DivisiveClustering algorithm used at HLT.
fwyzard pushed a commit that referenced this pull request Jan 15, 2021
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Mar 23, 2021
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
fwyzard pushed a commit that referenced this pull request Apr 1, 2021
Tune and speed up the pixel doublet alforithm, and take advantage of GPU read-only memory for a further speedup.

Includes a python notebook to tune the cuts for doublets and triplets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants