Module benchmarking

Module benchmarking 

Source
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§

AlgorithmRanking
Algorithm ranking information
BenchmarkConfig
Benchmark configuration
BenchmarkResults
Aggregated benchmark results
BenchmarkRun
Benchmark results for a single run
BenchmarkSummary
Statistical summary of benchmark results
BenchmarkSystem
Main benchmarking system
ProblemCharacteristics
Problem characteristics for categorization
RuntimeStats
Runtime statistics for a benchmark run
TestProblem
Test problem definition