hamverbot commited on
Commit
b4d06ee
·
verified ·
1 Parent(s): a67d9d7

Upload src/benchmark/__init__.py

Browse files
Files changed (1) hide show
  1. src/benchmark/__init__.py +4 -0
src/benchmark/__init__.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ """Benchmark framework: auction simulator and comparison runner."""
2
+ from .auction_simulator import FirstPriceAuctionSimulator
3
+ from .run_comparison import run_benchmark, aggregate_results
4
+ from .sweep import run_sweep, analyze_sweep