hamverbot's picture
Upload src/benchmark/__init__.py
b4d06ee verified
"""Benchmark framework: auction simulator and comparison runner."""
from .auction_simulator import FirstPriceAuctionSimulator
from .run_comparison import run_benchmark, aggregate_results
from .sweep import run_sweep, analyze_sweep