Expand description
Comprehensive benchmarking system for optimization algorithms
This module provides a complete benchmarking suite for comparing different optimization algorithms across various test problems, metrics, and scenarios.
Modules§
- benchmark_
suites - Predefined benchmark suites
- test_
functions - Standard test functions for optimization benchmarking
Structs§
- Algorithm
Ranking - Algorithm ranking information
- Benchmark
Config - Benchmark configuration
- Benchmark
Results - Aggregated benchmark results
- Benchmark
Run - Benchmark results for a single run
- Benchmark
Summary - Statistical summary of benchmark results
- Benchmark
System - Main benchmarking system
- Problem
Characteristics - Problem characteristics for categorization
- Runtime
Stats - Runtime statistics for a benchmark run
- Test
Problem - Test problem definition