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

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 --tag

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:

python /path/to/Jarvis-HEP/src/client.py /path/to/project/bin/task.yaml

Or from the repository root:

./Jarvis /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.0.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.0-py3-none-any.whl (3.5 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jarvis_hep-1.6.0.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.0.tar.gz
Algorithm Hash digest
SHA256 f3a5cffc86f4c84ad10af704014da663111bafb720f188059651bd6e249c07ef
MD5 deabf0d14b110fd22bf4af3793a7a54f
BLAKE2b-256 8b40ef6b7035175da271c97724092f60c3ad9eb267ca209cefd9aba9b9555421

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jarvis_hep-1.6.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bc5461eb0f2da27626d4b3d5603ab24bd09428a6701b2e7799d20874276a33d5
MD5 32faaec10ad85a6459d900cfceeda0aa
BLAKE2b-256 03c3180969866c7c3360946740e19a469559be22c95caa2a57f267783bf41dc4

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