#!/bin/bash
# Evaluation harness — DO NOT MODIFY
# Runs the experiment and outputs metrics in key: value format

# Example: run a Python script and capture its output
# python experiment.py 2>&1

echo "score: 0.0"
echo "time_seconds: 0.0"
