From 280dc85c99974eab20718730d653711ed42e4a8a Mon Sep 17 00:00:00 2001 From: Denis Drobyshev Date: Mon, 10 Aug 2026 22:22:17 +0300 Subject: [PATCH] Add a citation file GitHub reads CITATION.cff and offers BibTeX and APA from the sidebar. Without it, anyone citing this repository invents a format, and they each invent a different one. No version or date-released field: both go stale the moment a release lands, and a citation file that disagrees with the latest tag is worse than one that never mentions a version. --- CITATION.cff | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..87efcf0 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,19 @@ +cff-version: 1.2.0 +title: >- + stadion — a proving ground for operational decisions +message: >- + If you use stadion in work you publish, please cite it using this entry. +abstract: >- + An evaluation harness for agents on operational decision tasks. Each task ships two reference arms: the tuned classical method and the optimum computed by dynamic programming. A score is reported with a confidence interval and placed on that scale, so a result is expressed as a distance from the best achievable outcome rather than as a leaderboard position. +authors: + - family-names: Drobyshev + given-names: Denis +repository-code: https://github.com/DrobyshevDev/stadion +url: https://github.com/DrobyshevDev/stadion +license: MIT +keywords: + - agent-evaluation + - benchmark + - reinforcement-learning + - operations-research + - llm-agents