Spaces:
Running
Running
File size: 240 Bytes
0e61be5 | 1 2 3 4 5 6 7 8 9 10 | """
Benchmark module.
Provides infrastructure for running and analyzing benchmarks:
- Problem: Defines a benchmark problem
- BenchmarkRunner: Runs agents on problem sets
- BenchmarkResult: Stores results
- Metrics: Computes statistics
"""
|