forked from kmccleary3301/nested_learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestexecution-boardExecution board ticket set for paper alignmentExecution board ticket set for paper alignmentphase-1Phase 1: optimizer equation fidelity (Eq. 21-24)Phase 1: optimizer equation fidelity (Eq. 21-24)quality-gateHas explicit acceptance criteria and test gatesHas explicit acceptance criteria and test gates
Milestone
Description
Purpose
Implement DMGD with MLP-parameterized momentum per Eq. 23 intent (not tanh-on-EMA heuristic).
Mandatory Reading (blocking)
First comment must summarize:
reports/NL_IMPLEMENTATION_ORACLE.mdsection 6.1.1reports/paper/NL-print.extracted.clean.txtEq. (23)src/nested_learning/optim/deep.pycurrentdmgdbehavior
Required Code Anchors
src/nested_learning/optim/deep.pysrc/nested_learning/optim/factory.pysrc/nested_learning/optim/manager.py
Scope
- Add
dmgd_mlpvariant with small momentum network. - Add explicit inner-objective update on momentum-network parameters.
- Preserve legacy
dmgdbehavior under legacy name.
Test Requirements
- Verify momentum-network params update each step.
- Verify deterministic behavior under fixed seed.
- Keep existing tests green.
Deliverables
- Implementation + docs + ablation config.
Acceptance Criteria
dmgd_mlptested with non-zero parameter update evidence.- 5k pilot run stable.
- First issue comment contains mandatory reading summary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestexecution-boardExecution board ticket set for paper alignmentExecution board ticket set for paper alignmentphase-1Phase 1: optimizer equation fidelity (Eq. 21-24)Phase 1: optimizer equation fidelity (Eq. 21-24)quality-gateHas explicit acceptance criteria and test gatesHas explicit acceptance criteria and test gates