feat(self_consistent_trace_log): dose/actuator provenance on step stats - #59
Draft
quint-mbbdigital wants to merge 1 commit into
Draft
Conversation
Logging-only CalculatedContent#34-style fields on self_consistent_trace_log_tracker: actuator_id, ecs_backend=self_consistent_F_m, dose null on no-op, is_first_apply (first successful apply per param) vs is_first_due. Correction math unchanged. Inventory + tests included.
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.
Type
Summary
Extend local_delta #34 provenance grammar to
self_consistent_trace_log_trackerstep stats (SC sibling of open collab #49 on midpointtrace_log_tracker):actuator_id = self_consistent_trace_log_trackerecs_backend = self_consistent_F_m(bulk-effective (F(m)) / participation-ratio lineage — not a free-fit MP edge)dose_definition = correction_frobenius_over_base_step_delta_frobeniusdose_value= correction ratio when applied;nullon skipped / geometry_failed / geometry_skippedis_first_apply= first successful correction per parameteris_first_due= first schedule-due clock step (may have null dose)Also add
docs/PROVENANCE_INVENTORY.mdlisting package coverage (trace_log_trackernoted as pending open #49 if not yet on main).Why
Joint tables need the same actuator/dose grammar across midpoint and SC backends so ECS lineage is comparable without inventing dose on no-ops (F1/F4).
Definition surface (C)
ecs_backendvs midpointPrior / SoT
Test plan
cd optimizers/self_consistent_trace_log_tracker && PYTHONPATH=. python -m unittest discover -s tests -v(15 tests)Out of scope
Other optimizers' provenance; SC ECS math changes; free-fit MP reimplementation; defaults; mega multi-package PR.