|
| 1 | +- title: "Automatic Differentiation in RooFit" |
| 2 | + description: | |
| 3 | + With the growing datasets of HEP experiments, statistical analysis becomes |
| 4 | + more computationally demanding, requiring improvements in existing |
| 5 | + statistical analysis software. One way forward is to use Automatic |
| 6 | + Differentiation (AD) in likelihood fitting, which is often done with RooFit |
| 7 | + (a toolkit that is part of ROOT.) As of recently, RooFit can generate the |
| 8 | + gradient code for a given likelihood function with Clad, a compiler-based AD |
| 9 | + tool. At the CHEP 2023, and ICHEP 2024 conferences, we showed how using this |
| 10 | + analytical gradient significantly speeds up the minimization of simple |
| 11 | + likelihoods. This talk will present the current state of AD in RooFit. One |
| 12 | + highlight is that it now supports more complex models like template |
| 13 | + histogram stacks ("HistFactory"). It also uses a new version of Clad that |
| 14 | + contains several improvements tailored to the RooFit use case. This |
| 15 | + contribution will furthermore demo complete RooFit workflows that benefit |
| 16 | + from the improved performance with AD, such as CMS and ATLAS Higgs |
| 17 | + measurements. |
| 18 | + location: "[MODE 2024](https://indico.cern.ch/event/1380163/)" |
| 19 | + date: 2024-09-25 |
| 20 | + speaker: Vassil Vassilev |
| 21 | + id: "VVMODE2024" |
| 22 | + artifacts: | |
| 23 | + [Link to Slides](/assets/presentations/assets/presentations/V_Vassilev-MODE2024_CladRooFit.pdf) |
| 24 | + highlight: 1 |
| 25 | + |
1 | 26 | - title: "Advanced optimizations for source transformation based
|
2 | 27 | automatic differentiation"
|
3 | 28 | description: |
|
|
0 commit comments