• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PrincetonUniversity / PsyNeuLink / 26937910727
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: feat/pec-dask-mle
DEFAULT BRANCH: master
Ran 04 Jun 2026 08:59AM UTC
Jobs 1
Files 167
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jun 2026 07:23AM UTC coverage: 84.047% (+0.007%) from 84.04%
26937910727

push

github

aryan-pan
Add Dask-distributed PEC MLE backend (ask/tell prototype)

Extends PEC maximum-likelihood fitting to run across multiple cluster
nodes via Dask, using an ask/tell driver model (not Optuna shared
storage):

  * Driver owns a single CMA-ES study: it asks a batch of candidate
    parameters, submits them to Dask workers as log-likelihood
    evaluations, gathers the scalars, and tells them back.
  * Workers are pure evaluators: each builds a fresh serial PEC from a
    factory (cached per worker) and returns pec.log_likelihood(...).
    A constructed PEC is never serialized -- only params, the broadcast
    inputs/data, and scalar results cross the wire.
  * Common random numbers (same_seed_for_all_parameter_combinations) for
    a smooth, reproducible likelihood surface across workers.
  * One evaluation x WORKER_CORES LLVM threads per worker, to avoid
    oversubscription.

pec_dask_mle/ package: config, factory (the PEC recipe), worker, data,
driver. Entrypoints: run_dask_mle_local.py (single-node LocalCluster)
and run_dask_mle_jobqueue.py (multi-node dask-jobqueue; ib0 interface,
walltime tuned for Della's short QOS).

Validated: single-node recovery ~7%; multi-node across 4 nodes with all
workers connected over InfiniBand.

11014 of 14376 branches covered (76.61%)

Branch coverage included in aggregate %.

37683 of 43564 relevant lines covered (86.5%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26937910727.1 04 Jun 2026 08:59AM UTC 167
84.05
GitHub Action Run
Source Files on build 26937910727
  • Tree
  • List 167
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 3d05a8fa on github
  • Prev Build on feat/pec-hierarchical (#26847481689)
  • Next Build on feat/pec-dask-mle (#27028126110)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc