Reframe paper for Populace and add gradient-descent calibration background#6
Merged
Conversation
…ation background Migrate the manuscript narrative from the archived Microplex engine to the Populace pipeline, and strengthen the calibration background. - Rename Microplex -> Populace across sections, macros, LaTeX root, and bib; fix surrounding context to Populace's Frame / packages-as-operators model - Reframe abstract/intro as a proof of concept on Populace's current target surface, with subnational/local-area calibration as production motivation and future work (four baselines kept; experimental design unchanged) - Add a gradient-descent calibration paragraph to the background (calibration as optimization per Deville-Sarndal; Espuny-Pujol global/range-restricted optimization; Creedy; Adam) and retitle the subsection to "Calibration estimators"; de-duplicate the dataset-engines subsection accordingly - Update data/code availability and README (current = Populace, Microplex archived) and add the IMA 2026 presentation link Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Migrates the manuscript narrative from the archived Microplex engine to the Populace pipeline, reframes the study as a Populace-backed proof of concept, and strengthens the calibration background. Addresses issue #1 (rename + context accuracy + Populace-centered narrative); experimental-design changes are intentionally deferred to a later PR.
Changes
Microplex → Populace migration
\microplex→\populaceacross all section sources,macros.tex, the LaTeX root (main.tex), and the bibliography; corrected the surrounding context to Populace's actual architecture (one weightedFramecarried through modular package stages, calibration as one swappable component) instead of the old "declarative engine + country pack" model.\fboxfigure placeholder and all\tbcmarkers are kept for the later detailed pipeline pass (companion PR Add Populace pipeline overview brief and figure #5).main.tex) andREADME.mdto point atPolicyEngine/populaceas current, withmicroplex/microplex-usnoted as archived migration references. Renamed the uncitedmicroplex2026bib entry topopulace2026(now cited).Proof-of-concept reframe
Background: gradient-descent calibration
espuny2018), minimum-distance reweighting in tax microsimulation (creedy2003), and stochastic gradient descent with Adam (kingma2015), with Woodruff & Ghenis (2024) as the microsimulation instance.kingma2015(Adam) citation.README
Deferred to later PRs (per scope discussion)
Test plan
cd paper && latexmk -pdf main.texbuilds cleanly (exit 0), no undefined citations or control sequences;populace2026,espuny2018,creedy2003, andkingma2015all resolve inmain.bbl.grep -rnI '\\microplex' paper/returns nothing; remaining literal "microplex" strings are only the intentional archived references.Closes #1
🤖 Generated with Claude Code