Skip to main content

Jarvis-HEP: likelihood-driven HEP scanning framework

Project description

Jarvis-HEP

Jarvis-HEP (Just a Really Viable Interface to Suites for High Energy Physics) is an open-source, modular Python framework for likelihood-based parameter scanning and global fits in high-energy physics phenomenology.

The project focuses on robust sampling strategies, nuisance-parameter handling, and scalable asynchronous workflows, with an emphasis on profile likelihood–oriented studies commonly encountered in modern collider phenomenology.


Motivation

Modern HEP analyses often suffer from:

  • Extremely sparse viable regions in high-dimensional parameter spaces
  • Expensive external likelihood evaluations (collider simulations, Higgs constraints, flavour physics, etc.)
  • Non-trivial treatment of nuisance parameters
  • Poor reproducibility and opaque analysis pipelines

Jarvis-HEP is designed to address these issues by providing:

  • A unified orchestration layer for sampling, likelihoods, and external tools
  • Explicit separation between parameters of interest and nuisance parameters
  • Flexible, engineering-oriented solutions such as profile likelihood–based inference
  • Transparent data management and diagnostic logging

Key Features

Sampling & Exploration

  • Multiple sampling strategies (random, grid-like, adaptive, nested-style, and custom algorithms)
  • Designed for highly constrained and fine-tuned parameter spaces
  • Iterator-style, point-level sampling (not generation-locked)

Likelihood & Nuisance Parameters

  • Native support for profile likelihood construction
  • Dedicated nuisance-parameter samplers decoupled from main exploration
  • Fast evaluation paths for nuisance optimization

Architecture

  • Pure Python implementation
  • Asynchronous execution of expensive external programs
  • Modular factory-based design (samplers, likelihoods, IO, monitors)
  • YAML-driven configuration for reproducibility

Data Handling & Diagnostics

  • HDF5-based structured output
  • Schema-driven CSV flattening for structured observables (samples.schema.json)
  • Explicit resource and file-handle monitoring
  • Detailed logging via loguru
  • Designed to survive partial failures (no silent data loss)

Visualization

  • Dynamic sampling visualizations (under active development)
  • Designed to interface with the standalone plotting package JarvisPLOT

Example visualization of an adaptive sampling procedure:
👉 https://github.com/Pengxuan-Zhu-Phys/Jarvis-HEP/blob/master/simu/sample_dynamic_viz.gif


📘 Full documentation and tutorials are hosted on a dedicated documentation site:

👉 https://pengxuan-zhu-phys.github.io/Jarvis-Docs/

Installation

Jarvis-HEP is a pure Python project.

Install from PyPI

python3 -m pip install Jarvis-HEP

Dependency installation is handled by pip from package metadata at install time. Jarvis runtime no longer provides a dependency-installer CLI mode.

After installation, run directly:

Jarvis --help

Install from source (developer mode)

python3 -m pip install -e .

Release helper (maintainer)

./jhrel 1.0.1 --dry
./jhrel 1.0.1 --testpypi
./jhrel 1.0.1 --reinstall

Maintainer release workflow:

Create a standalone project workspace

Use --mkproject to create a fresh Jarvis project directory:

Jarvis --mkproject PROJECT_NAME

This creates:

  • PROJECT_NAME/bin for YAML cards
  • PROJECT_NAME/Library for source libraries
  • PROJECT_NAME/Workshop for workflow files
  • PROJECT_NAME/Result for outputs

Running

Jarvis-HEP can now be launched without changing into the source root:

Jarvis /path/to/project/bin/task.yaml

Or via module mode:

python -m jarvishep /path/to/project/bin/task.yaml

Path Markers

  • &J/... resolves to the runtime task root (auto-inferred from the YAML location, typically the parent of bin/)
  • &SRC/... resolves to the Jarvis-HEP source tree (internal cards/schema/logo)

Observable Schema And CSV Flattening

Jarvis-HEP stores scan data in HDF5 and exports CSV through a user-editable schema file:

  • raw records: .../DATABASE/samples.N.hdf5
  • schema rules: .../DATABASE/samples.schema.json
  • CSV export: .../DATABASE/samples.N.csv

samples.schema.json records each column's type metadata and flatten rules.
You can edit flatten rules and regenerate CSV without rerunning sampling:

Jarvis /path/to/task.yaml --convert

Supported column flatten modes:

  • scalar: scalar-first export (structured values fall back to JSON cell text)
  • json: write structured value as one JSON string cell
  • split: expand structured value to multiple CSV columns (supports name_map rename mapping)
  • drop: omit column from CSV export

Detailed schema fields and examples:


Contributing

Contributions are welcome in all forms, including feature proposals, documentation improvements, bug reports, and bug fixes.
Please refer to CONTRIBUTING.md for guidelines on how to get started.


License

Jarvis-HEP is released under the MIT License.
See the LICENSE file for details.


Acknowledgements

The author thanks
Yang Zhang and Liangliang Shang
for helpful discussions during the development of this project.


References

  • Exploring supersymmetry with machine learning
    Jie Ren, Lei Wu, Jin-Ming Yang, Jun Zhao
    Nuclear Physics B, 2019
    arXiv:1708.06615

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jarvis_hep-1.6.3.tar.gz (3.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jarvis_hep-1.6.3-py3-none-any.whl (3.5 MB view details)

Uploaded Python 3

File details

Details for the file jarvis_hep-1.6.3.tar.gz.

File metadata

  • Download URL: jarvis_hep-1.6.3.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for jarvis_hep-1.6.3.tar.gz
Algorithm Hash digest
SHA256 3aee864e65f8ac3613da5e276fb57feede9bdc20f4a0e972df1b2fe0591e9aeb
MD5 3553f9821860ce1af11181be4b08e98a
BLAKE2b-256 dd4d19cf7781ceb7e2831a2b992aa7fcf1fb97b89139b531756ea33982379933

See more details on using hashes here.

File details

Details for the file jarvis_hep-1.6.3-py3-none-any.whl.

File metadata

  • Download URL: jarvis_hep-1.6.3-py3-none-any.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for jarvis_hep-1.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 06e48ba4740c16a92fbe3a99cc24d488e8e7f5e3c5a39dd609eb1704ddcef551
MD5 21bf7dece0932aaea0625a37508d0b9b
BLAKE2b-256 096c1099d41aa4fd0264f7dbe54cef0108e0754b8cfcd14edd70a9321a086df6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page