Suite plots
This page shows a 2D visualization of 500 functions from the packaged
2026_v1 suite. The plot uses log-scaled function values so broad
landscape structure remains visible across functions with different value
ranges.
If the PDF does not render in your browser, download it directly:
2D_plot_log.pdf.
The suite itself is available through:
import funccraft as fc
suite = fc.suite_collection(2026, 1).benchmark_suite(2)
and in C++:
FuncCraft::BenchmarkSuite suite =
FuncCraft::suite_collection(2026, 1).benchmark_suite(2);