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.
.. raw:: html
If the PDF does not render in your browser, download it directly:
:download:`2D_plot_log.pdf `.
The suite itself is available through:
.. code-block:: python
import funccraft as fc
suite = fc.suite_collection(2026, 1).benchmark_suite(2)
and in C++:
.. code-block:: cpp
FuncCraft::BenchmarkSuite suite =
FuncCraft::suite_collection(2026, 1).benchmark_suite(2);