Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.85 KB

File metadata and controls

37 lines (28 loc) · 1.85 KB

CODES Benchmark

CODES is an end-to-end benchmark for coupled ODE surrogates. It ships with curated datasets, reproducible tuning/training/evaluation scripts, and a comprehensive API so you can extend the stack with new models.

Note

A typical workflow follows Tune → Train → Evaluate. Use the links below to jump straight into the relevant guide, or follow the quickstart links in Getting Started to run a toy experiment on your machine.

Looking for a bird’s-eye view first? Start with the User Guide. Already configuring experiments or integrating your own model? Skip ahead to the API Reference. The sidebar mirrors the sections below so you are one click away from the next step.

.. toctree::
   :maxdepth: 2
   :caption: User Guide

   Getting Started <getting-started>
   Running Benchmarks <guides/running-benchmarks/index>
   Extending The Benchmark <guides/extending-benchmark>
   Configuration Reference <reference/configuration>
   Dataset Catalog <reference/datasets>
   Tutorials <tutorials/index>

.. toctree::
   :maxdepth: 1
   :caption: API Reference

   API Reference Overview <api-reference>
   codes.benchmark package <codes.benchmark>
   codes.surrogates package <codes.surrogates>
   codes.train package <codes.train>
   codes.tune package <codes.tune>
   codes.utils package <codes.utils>