SkillAgentSearch skills...

Paper

DRAFT 📝 Article about the algorithms used in the Adaptive package

Install / Use

/learn @python-adaptive/Paper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Adaptive

This is the companion paper to the adaptive Python library.

See the latest draft here.

Building the paper

The simplest way to build the paper is with Docker, to make sure that all the necessary dependencies are installed. First build the Docker image:

docker build -t adaptive-paper .

Then run make inside a docker container using the image you just built:

docker run -it --rm -v $(pwd):/work -w /work adaptive-paper make

Update the bibliography (using yaml2bib)

yaml2bib \
  --bib_fname "paper.bib" \
  --dois_yaml "paper.yaml" \
  --replacements_yaml "replacements.yaml" \
  --static_bib "not_on_crossref.bib" \
  --email "bas@nijho.lt"
View on GitHub
GitHub Stars14
CategoryEducation
Updated2mo ago
Forks0

Languages

Jupyter Notebook

Security Score

80/100

Audited on Jan 22, 2026

No findings