Skip to main content

Module adaptive

Module adaptive 

Source
Expand description

Adaptive embedding adapters: cover-profile matching, STC-inspired optimisation, and platform compression simulation.

I/O is allowed here; domain logic lives in domain/adaptive.

Structs§

AdaptiveOptimiserImpl
Concrete adversarial optimiser.
CompressionSimulatorImpl
Compression simulator using the image crate for in-memory JPEG encode/ decode. No temporary files are used — bytes flow through a Cursor.
CoverProfileMatcherImpl
Concrete cover-profile matcher.

Functions§

build_adaptive_profile_deps
Construct the three built-in adaptive adapters that together form the default profile-hardening dependency set.