HEAS: Hierarchical Evolutionary Agent-Based Simulation Framework for Multi-Objective Policy Search
Ruiyu Zhang, Lin Nie, Xin Zhao

TL;DR
HEAS is a framework that ensures consistent metric evaluation in agent-based simulations, improving robustness and reducing code complexity in multi-objective policy search.
Contribution
It introduces a runtime-enforceable metric contract to eliminate aggregation divergence, enhancing policy selection robustness and simplifying implementation.
Findings
HEAS reduces rank reversals by 50% in experiments.
The champion selected by HEAS wins all tested scenarios.
It decreases coupling code by 97%, from 160 to 5 lines.
Abstract
Metric aggregation divergence is a hidden confound in agent-based model policy search: when optimization, tournament evaluation, and statistical validation independently implement outcome metric extraction, champion selection reflects aggregation artifact rather than policy quality. We propose Hierarchical Evolutionary Agent Simulation (HEAS), a composable framework that eliminates this confound through a runtime-enforceable metric contract - a uniform metrics_episode() callable shared identically by all pipeline stages. Removing the confound yields robust champion selection: in a controlled experiment (n=30), HEAS reduces rank reversals by 50% relative to ad-hoc aggregation; the HEAS champion wins all 32 held-out ecological scenarios - a null-safety result that would be uninterpretable under aggregation divergence. The contract additionally reduces coupling code by 97% (160 to 5 lines)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
