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

WIP: Fixes for EFT combination & RobustHesse parallelisation #906

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ajgilbert
Copy link
Collaborator

  • Some fixes to RooEFTScalingFunction
  • Option to split RobustHesse calculation in parallel jobs (to be facilitated by combineTool.py)
  • Some testing still needed, plus a workflow to merge output hessian matrices (maybe with standalone inversion and RooFitResult creation, since would be pointless to re-enter combine again?)

ajgilbert and others added 7 commits October 12, 2023 15:17
 - Added --robustHesseSplit [N] --robustHesseIdx [i] options to combine
 - Set [N] to the number of jobs you want to run. Then in each job, set
   i to one of [0..N-1].
 - Each job should process an equal chunk of the Hessian matrix
 - In each job, once the partial hessian is calculated, combine will
   continue and try to invert. Clearly this will fail most of the
   time, but we don't care.
 - Still to-do: write a script to combine the output Hessians, but
   should be trivial
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

Successfully merging this pull request may close these issues.

None yet

2 participants