//! [`Landscape`](rlevo_core::fitness::Landscape) impls for the
//! numerical landscapes in [`crate::landscapes`].
//!
//! Feature-gated under `bench` so the trait impls compile only when the
//! harness adapter surface is in use.
use Landscape;
use crate;