Topos Preference Walk
topos_preference_walkTransforms a quality generator ranking into a preference-ordered relaxation walk, showing the sequence of verdicts from aspirational target down to current, with progress and next step.
Instructions
Turn a generator ranking into a preference-ordered relaxation walk.
Pure and read-only (lattice math only; no files, no scoring). Call after an
evaluation to pick the next verdict to aim for, or to relax the goal
gracefully under a token/time budget; pair with topos_evaluate_* for
actual metrics. Returns a PreferenceWalkResult: walk (steps from target
down to just above current), next_step, progress in [0, 1],
aspirational_target/fallback_target, and induced_order (all 8
verdicts ranked).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Arguments for ``topos_preference_walk``. |