FE-1536: Contour surface for optimization studies with local recompute - #9398
Merged
kube merged 2 commits intoSep 3, 2026
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
kube
force-pushed
the
cf/fe-1536-contour-surface-for-optimization-studies-with-local
branch
from
August 30, 2026 13:08
efd2c5b to
c382f61
Compare
kube
force-pushed
the
cf/fe-1536-contour-surface-for-optimization-studies-with-local
branch
from
September 1, 2026 23:17
c382f61 to
f0fdf39
Compare
kube
force-pushed
the
cf/fe-1536-contour-surface-for-optimization-studies-with-local
branch
from
September 2, 2026 15:04
f0fdf39 to
db46a9e
Compare
kube
force-pushed
the
cf/fe-1536-contour-surface-for-optimization-studies-with-local
branch
from
September 2, 2026 16:12
db46a9e to
5dd4d15
Compare
kube
force-pushed
the
cf/fe-1536-contour-surface-for-optimization-studies-with-local
branch
from
September 3, 2026 03:06
91d2820 to
6f16f76
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-1536-contour-surface-for-optimization-studies-with-local
branch
from
September 3, 2026 13:03
6f16f76 to
339f88e
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 339f88e. Configure here.
kube
force-pushed
the
cf/fe-1536-contour-surface-for-optimization-studies-with-local
branch
from
September 3, 2026 14:20
339f88e to
f15d799
Compare
TimDiekmann
approved these changes
Sep 3, 2026
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 Optimization surface feature flag.
Summary
Before this PR, Optuna-style contour surface existed only in the Experiments drawer. An optimization study is where it matters most. It already declares bounded parameters and an objective. Its trials stream back with parameter and objective values.
This adds a Surface section to the optimization detail drawer. Study trials draw as markers over a contour computed locally. Sliders and clicks navigate it. Objective mean and median stream at the selected point.
Links
Changes
UI
optimization-surface.tsxrenders in the drawer after StepsSlidergainsstepandonChangeEndpass-throughsCore
sampleDetachedObjectiveruns local compute against any net snapshotinput.model.definitionreact/optimizations/surface-grid.tsbuilds quantized axes from the study's domainsKnown issues
Local batches queue on one serialized lane. On heavy nets the selected point's readout can wait behind walk cells. It should jump the queue. Tracked in the ticket.
Test coverage
surface-grid.test.ts:How to test
/optimizationrouteturbo run dev --filter @apps/petrinaut-website -- --with-optimizer-service