forked from kmccleary3301/nested_learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Phase 1: Implement Eq. 23 DMGD with MLP-parameterized momentum #4
Copy link
Copy link
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
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
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.pycurrentdmgdbehaviorRequired Code Anchors
src/nested_learning/optim/deep.pysrc/nested_learning/optim/factory.pysrc/nested_learning/optim/manager.pyScope
dmgd_mlpvariant with small momentum network.dmgdbehavior under legacy name.Test Requirements
Deliverables
Acceptance Criteria
dmgd_mlptested with non-zero parameter update evidence.