Spaces:
Running
Running
| """ | |
| 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 | |
| """ | |