FE-1535: Sweep parameters as intervals with a range slider - #9396
Merged
kube merged 8 commits intoSep 3, 2026
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
kube
force-pushed
the
cf/fe-1535-sweep-parameters-as-intervals-with-a-range-slider
branch
from
August 30, 2026 13:08
806db09 to
2831dca
Compare
kube
force-pushed
the
cf/fe-1535-sweep-parameters-as-intervals-with-a-range-slider
branch
from
September 1, 2026 23:17
2831dca to
6fb8473
Compare
kube
force-pushed
the
cf/fe-1535-sweep-parameters-as-intervals-with-a-range-slider
branch
from
September 2, 2026 15:04
6fb8473 to
93487d6
Compare
kube
force-pushed
the
cf/fe-1535-sweep-parameters-as-intervals-with-a-range-slider
branch
from
September 2, 2026 16:12
93487d6 to
150aa11
Compare
YannisZa
previously approved these changes
Sep 3, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to a manual request
Sep 3, 2026
kube
force-pushed
the
cf/fe-1535-sweep-parameters-as-intervals-with-a-range-slider
branch
from
September 3, 2026 13:03
6b793d7 to
2c11d86
Compare
TimDiekmann
previously approved these changes
Sep 3, 2026
TimDiekmann
left a comment
Member
There was a problem hiding this comment.
re-approval of pre-rebase
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2c11d86. Configure here.
TimDiekmann
approved these changes
Sep 3, 2026
`turbo run dev --filter @hashintel/petrinaut -- --with-optimizer-service` starts the local Petrinaut Optimizer around Storybook through the shared dev-service module, replacing the launcher's --storybook mode.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Important
Experimental
Behind the Parameter sweeps feature flag.
Summary
Before this PR, sweep parameters declared min, max, and a value count, five by default. Navigator computed one grid point at a time. Declaring the count was noise. Five points is too coarse to explore with.
Sweep now declares an interval only. Navigator selects a region of it with a range slider: whole interval by default, resizable, collapsible to a point. Region samples progressively. Drawer shows the merged distribution over it.
Links
Changes
UI
RangeSliderper parameterCore
SWEEP_AXIS_STEPS = 50Test coverage
parameter-grid.test.ts,sweep-session.test.ts:How to test