Merge pull request 'fix: batch-eval.sh header comment claims wrong candidate_id format (#668)' (#732) from fix/issue-668 into master

This commit is contained in:
johba 2026-03-14 04:57:06 +01:00
commit 12253d6ee8

View file

@ -16,7 +16,7 @@
#
# Output (stdout):
# One JSON object per candidate:
# {"candidate_id":"gen0_c000","fitness":123456789,"gas_used":15432}
# {"candidate_id":"candidate_000","fitness":123456789,"gas_used":15432}
# Over-gas-limit candidates emit fitness:0 with "error":"gas_over_limit".
# Downstream parsers use the "fitness" key; extra fields are ignored.
#