Skip to content

docs: warn that settings_search.search_dict silently drops iterations_per_quick_update#67

Merged
Jammy2211 merged 1 commit into
mainfrom
docs/search-dict-cadence-gotcha
Jul 14, 2026
Merged

docs: warn that settings_search.search_dict silently drops iterations_per_quick_update#67
Jammy2211 merged 1 commit into
mainfrom
docs/search-dict-cadence-gotcha

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

SettingsSearch.search_dict is a fixed-key property (path_prefix, unique_tag, number_of_cores, session, use_jax_vmap), so search_dict['iterations_per_quick_update'] = … is a silent no-op — the value never reaches the search and the config default (often 1e99 = never quick-update) wins. Documents the correct idiom (pass iterations_per_quick_update=… directly to af.Nautilus, as autolens_workspace does) and the conf.instance workaround.

Found while debugging a real SLaM run that produced no on-the-fly output for 8h because of exactly this.

🤖 Generated with Claude Code

al_configure_search: SettingsSearch.search_dict is a fixed-key property, so
assigning iterations_per_quick_update (or anything else) to it is a silent no-op
and the value never reaches the search — the config default (often 1e99, never)
wins. Document the correct idiom (pass directly to af.Nautilus, as
autolens_workspace does) and the conf.instance workaround for pipeline-wide use.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HD3ZkpFRydshFLeu2V6xDi
@Jammy2211
Jammy2211 merged commit 40ed014 into main Jul 14, 2026
@Jammy2211
Jammy2211 deleted the docs/search-dict-cadence-gotcha branch July 14, 2026 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant