You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/contributors.yml
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,18 @@
29
29
education: "Nuclear and particle physics , Sofia University "St. Kliment Ohridski , Bulgaria"
30
30
current: 1
31
31
past_info:
32
-
description:
32
+
title: "Implementing AD in CMS Combine"
33
+
description: This project aims to introduce automatic differentiation techniques into the CMS Combine tool. Combine is the primary statistical analysis tool used in CMS and is based on the RooFit software.
34
+
Recently RooFit has started using automatic differentiation (AD) technology to aid minimization algorithms.
35
+
Computationally cheap gradients produced by AD can improve performance of the larger workflows in Combine by more than 5x as demonstrated at ICHEP.
36
+
The way how RooFit implements AD also benefits the shareability of likelihoods.
37
+
To get the likelihood gradient, RooFit transforms the likelihood from its internal representation to simple standalone C++ code, which is then used to generate the gradient code.
38
+
This can help collaborators without RooFit and Combine expertise to work with likelihoods from Combine at a lower level.
39
+
Adopting AD in Combine requires further collaboration between the parties.
40
+
41
+
This project aims to bring this AD support into Combine. Aspects include reducing some of the code in Combine in favor of more standard RooFit primitives;
42
+
Implementing AD support for Combine-specific RooFit primitives; and writing benchmarks to showcase the benefits of RooFit AD in Combine.
43
+
The student selected for this project will work with several high-energy physics codes as well as the LLVM compiler ecosystem.
0 commit comments