paper-with-me

Papers

OmniEcon Nexus: Global Microeconomic Simulation Engine

2025-04-07 · Independent publication 2025 4 · Vi Nhat Son

OmniEcon Nexus is an open-source, high-performance simulation engine for global microeconomic and macroeconomic analysis. Built with advanced deep learning, agent-based modeling, and optimization techniques, it enables detailed forecasting, risk analysis, policy generation, and portfolio optimization. This system supports up to 5 million agents and is designed as a comprehensive tool for governments, researchers, and developers to explore economic dynamics. Core Features Economic Forecasting: Predicts short-term and mid-term economic trends using deep learning models. Agent-Based Simulation: Models up to 5M agents (citizens, businesses, governments) with behavioral psychology. Portfolio Optimization: Optimizes asset allocation using the Sharpe ratio and real-time market data. Policy Generation: Automatically generates and evaluates macroeconomic policies with Q-learning. Risk Analysis: Assesses market volatility and systemic risk using network analysis. Market Psychology: Estimates PMI and agent psychological states (Fear, Greed, Complacency, Hope). Technical Overview Deep Learning Components MicroEconomicPredictor: Architecture: GRU, LSTM, Transformer Encoder, and a custom QuantumResonanceLayer. Configuration: Default hidden_dim=8192, num_layers=24, input_dim=72. Purpose: Forecasts short-term (short_pred) and mid-term (mid_pred) economic growth. Implementation: See MicroEconomicPredictor.forward() for details. QuantumResonanceLayer: Mechanism: Combines linear transformation with sinusoidal phase shifts and layer normalization. Purpose: Enhances prediction accuracy with quantum-inspired dynamics. Agent-Based Modeling HyperAgent: Roles: Citizens, businesses, governments. Attributes: Wealth, innovation, trade flow, resilience, psychological state. Behavior: Updated via interact(), influenced by market data, global context, and policies. Scale: Supports 5M agents with multiprocessing (Pool). Optimization and Policy Portfolio Optimization: Method: Uses scipy.optimize.minimize with SLSQP to maximize Sharpe ratio. Inputs: Short-term/mid-term predictions, volatility, crowd sentiment. Constraints: Total weights = 1, stocks + gold ≤ 80%. See: optimize_portfolio(). Policy Generation: Algorithm: Q-learning with state hashing (generate_policy()). Inputs: PMI, fear/greed indices, market momentum, volatility. Outputs: Policies like tax reduction, interest rate hikes, subsidies. Evaluation: Assesses impact via evaluate_policy_impact() using resilience, cash flow, consumption metrics. Network Analysis Systemic Risk Network: Structure: Directed graph (networkx.DiGraph) tracking trade dependencies. Metric: Systemic Risk Score (SRS) via calculate_systemic_risk_score() with betweenness centrality. Reflexive Network: Storage: Policy history in reflection_network. Retrieval: ANN-based (annoy) policy suggestions in suggest_reflexive_policy(). Real-Time Data Integration Sources: Yahoo Finance (yfinance): Market momentum, volatility, commodity prices. Twitter (tweepy): Crowd sentiment via hashtag analysis. World Bank (requests): Historical GDP, trade, inflation. Fallback: Simulated data if API keys are unavailable.

📄 PDF Abstract BibTeX

Code (1)

vinhatson/OmniEcon-Nexus-Global-Microeconomic-Simulation-Engine pytorch

Tasks

Data IntegrationPortfolio OptimizationQ-Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Tanh Activation 설명 없음

Similar Papers 제목 키워드 기반

JoyNexus: Service-Oriented Multi-Tenant Post-Training for VLA Models

2026-07-17 · Haoran Sun, Wentao Zhang, Junyang Hua, Hedan Yang 외 arxiv

The post-training of Vision-Language-Action (VLA) models is essential due to the diversity of simulators, robot embodiments, and task objectives. Existing compute services, whether offered as direct accelerator rental or…

Reinforcement Learning

FluidNexus: 3D Fluid Reconstruction and Prediction from a Single Video

2025-03-06 · CVPR 2025 1 · Yue Gao, Hong-Xing Yu, Bo Zhu, Jiajun Wu

We study reconstructing and predicting 3D fluid appearance and velocity from a single video. Current methods require multi-view videos for fluid reconstruction. We present FluidNexus, a novel framework that bridges video…

Future predictionNovel View SynthesisVideo Generation

Nexus: Execution-Grounded Multi-Agent Test Oracle Synthesis

2025-10-30 · Dong Huang, Mingzhe Du, Jie M. Zhang, Zheng Lin 외 arxiv

Test oracle generation in non-regression testing is a longstanding challenge in software engineering, where the goal is to produce oracles that can accurately determine whether a function under test (FUT) behaves as inte…

Program Repair

An Enterprise Control Methodology for the Techno-Economic Assessment of the Energy Water Nexus

2019-08-27

In recent years, the energy-water nexus literature has recognized that the electricity and water infrastructure that enable the production, distribution, and consumption of these two commodities is fundamentally intertwi…

ChaosNexus: A Foundation Model for ODE-based Chaotic System Forecasting with Hierarchical Multi-scale Awareness

2025-09-26 · Chang Liu, Bohao Zhao, Jingtao Ding, Yong Li arxiv

Foundation models have shown great promise in achieving zero-shot or few-shot forecasting for ODE-based chaotic systems via large-scale pretraining. However, existing architectures often fail to capture the multi-scale t…

Weather Forecasting