Skip to content

Commit 7923c2f

Browse files
Added description
1 parent 46be41a commit 7923c2f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

_data/contributors.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,18 @@
2929
education: "Nuclear and particle physics , Sofia University "St. Kliment Ohridski , Bulgaria"
3030
current: 1
3131
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.
3344
mentors: Vasil Vassilev,David Lange,Jonas Rembser
3445

3546

0 commit comments

Comments
 (0)