feat: rectangular mesh split — Bilinear default everywhere, RTU documented as advanced - #221
Merged
Merged
Conversation
…ed/interferometer Workspace follow-up to PyAutoArray#462 (issue PyAutoArray#461), mirroring the autolens_workspace sweep: - Imaging/multi_dataset examples: RectangularAdaptDensity/AdaptImage -> RectangularBilinearAdaptDensity/AdaptImage (fast CPU default). - Interferometer examples: -> RectangularRTUAdaptDensity/AdaptImage (pure rename of the previous kernel-CDF behaviour). - Mesh-variants docs incl. the Enzi et al. 2026 (arXiv:2606.30620) RTU citation and gradient guidance added to the pixelization likelihood_function.py and README. - Prior configs: rectangular_adapt_*.yaml -> rectangular_rtu_adapt_*.yaml plus new rectangular_bilinear_adapt_*.yaml (same priors). Scripts and configs only — notebooks regenerate at release. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WtMqU3JfmyJh8GvB7jT4Et
llms-full.txt / workspace_index.json regenerated with autohands/regenerate_navigator.py autogalaxy after the Bilinear/RTU class-name sweep (navigator staleness CI check). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WtMqU3JfmyJh8GvB7jT4Et
No normal-workspace example uses RTU (user decision): interferometer examples switch to the RectangularBilinear* default, matching imaging; RTU stays documentation-only (gradient/GPU advanced option). Navigator catalogue regenerated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WtMqU3JfmyJh8GvB7jT4Et
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.
Summary
Workspace follow-up to the PyAutoArray rectangular mesh split (PyAutoLabs/PyAutoArray#462, merged; task PyAutoLabs/PyAutoArray#461), mirroring PyAutoLabs/autolens_workspace#495. Every example — imaging, multi_dataset and interferometer — switches to the fast-CPU default
RectangularBilinearAdaptDensity/RectangularBilinearAdaptImage; no normal-workspace example uses RTU (user decision, 2026-08-21). RTU is documentation-only: the advanced option for GPUs and gradient-based (JAX) samplers, with the Enzi et al. 2026 (arXiv:2606.30620) citation.Scripts Changed
imaging/,interferometer/,multi_dataset/: class-name sweep toRectangularBilinear*(drop-in — no script passedbandwidth/n_knots).imaging/features/pixelization/likelihood_function.py,README.md: "Rectangular Mesh Variants" docs — Bilinear = rank-CDF fast CPU default; RTU = kernel-CDF advanced option (GPU / gradient samplers), Enzi citation, gradient caveat (over_sample_size_pixelization >= 4or RTU).config/priors/mesh/:rectangular_adapt_*.yaml→rectangular_rtu_adapt_*.yamlplus newrectangular_bilinear_adapt_*.yaml(same priors).llms-full.txt/workspace_index.json: navigator catalogue regenerated (CI staleness check).Notebooks regenerate at release.
Upstream PR
Test Plan
py_compile).