Reinforcement Learning-Guided NSGA-II Enhanced with Gray Relational Coefficient for Multi-Objective Optimization: Application to NASDAQ Portfolio Optimization

arXiv cs.LG Papers

Summary

Introduces RL-NSGA-II-GRC, a method integrating reinforcement learning with the NSGA-II genetic algorithm enhanced by gray relational coefficients for multi-objective optimization, applied to NASDAQ portfolio optimization. Achieves improved convergence and diversified Pareto fronts.

arXiv:2607.16194v1 Announce Type: new Abstract: In modern financial markets, decision-makers increasingly rely on quantitative methods to navigate complex trade-offs among multiple, often conflicting objectives. This paper addresses constrained multi-objective optimization (MOO) with an application to portfolio optimization for minimizing risk and maximizing return. To address existing gaps, we propose a novel reinforcement learning (RL)-guided non-dominated sorting genetic algorithm II (NSGA-II) enhanced with gray relational coefficients (GRC), termed RL-NSGA-II-GRC, which combines an RL agent controller and GRC-based selection to improve convergence and diversity of Pareto fronts. The agent adapts evolutionary parameters online using metrics of hypervolume, feasibility, and diversity, while the GRC tournament operator ranks parents via a unified score considering dominance rank, crowding distance, and proximity to ideal reference. We evaluate the framework on the Kursawe and CONSTR benchmarks and a NASDAQ portfolio application. On the benchmarks, RL-NSGA-II-GRC achieves convergence improvements of about 5.8% and 4.4% over NSGA-II, while preserving well-distributed non-dominated solutions. In the portfolio application, it produces a smooth, densely populated efficient frontier supporting identification of the maximum Sharpe ratio portfolio (annualized Sharpe =1.92) and utility-optimal portfolios for different risk-aversion levels. The main contributions are three-fold: 1) we propose an RL-NSGA-II-GRC method integrating an RL agent into the evolutionary framework to adaptively control parameters via generational feedback; 2) we design a GRC-enhanced binary tournament operator providing a comprehensive indicator to guide the search toward the Pareto front; 3) we demonstrate, on benchmark MOO and a NASDAQ case study, that the method delivers improved convergence and well-populated frontiers supporting actionable insights.
Original Article
View Cached Full Text

Cached at: 07/21/26, 06:45 AM

# Reinforcement Learning-Guided NSGA-II Enhanced with Gray Relational Coefficient for Multi-Objective Optimization: Application to NASDAQ Portfolio Optimization
Source: [https://arxiv.org/abs/2607.16194](https://arxiv.org/abs/2607.16194)
[View PDF](https://arxiv.org/pdf/2607.16194)

> Abstract:In modern financial markets, decision\-makers increasingly rely on quantitative methods to navigate complex trade\-offs among multiple, often conflicting objectives\. This paper addresses constrained multi\-objective optimization \(MOO\) with an application to portfolio optimization for minimizing risk and maximizing return\. To address existing gaps, we propose a novel reinforcement learning \(RL\)\-guided non\-dominated sorting genetic algorithm II \(NSGA\-II\) enhanced with gray relational coefficients \(GRC\), termed RL\-NSGA\-II\-GRC, which combines an RL agent controller and GRC\-based selection to improve convergence and diversity of Pareto fronts\. The agent adapts evolutionary parameters online using metrics of hypervolume, feasibility, and diversity, while the GRC tournament operator ranks parents via a unified score considering dominance rank, crowding distance, and proximity to ideal reference\. We evaluate the framework on the Kursawe and CONSTR benchmarks and a NASDAQ portfolio application\. On the benchmarks, RL\-NSGA\-II\-GRC achieves convergence improvements of about 5\.8% and 4\.4% over NSGA\-II, while preserving well\-distributed non\-dominated solutions\. In the portfolio application, it produces a smooth, densely populated efficient frontier supporting identification of the maximum Sharpe ratio portfolio \(annualized Sharpe =1\.92\) and utility\-optimal portfolios for different risk\-aversion levels\. The main contributions are three\-fold: 1\) we propose an RL\-NSGA\-II\-GRC method integrating an RL agent into the evolutionary framework to adaptively control parameters via generational feedback; 2\) we design a GRC\-enhanced binary tournament operator providing a comprehensive indicator to guide the search toward the Pareto front; 3\) we demonstrate, on benchmark MOO and a NASDAQ case study, that the method delivers improved convergence and well\-populated frontiers supporting actionable insights\.

## Submission history

From: Zhiyuan Wang \[[view email](https://arxiv.org/show-email/9ae1cb8d/2607.16194)\] **\[v1\]**Sun, 12 Apr 2026 11:58:43 UTC \(1,090 KB\)

Similar Articles

FBOS-RL: Feedback-Driven Bi-Objective Synergistic Reinforcement Learning

arXiv cs.LG

The paper proposes FBOS-RL, a feedback-driven bi-objective synergistic reinforcement learning framework that improves training efficiency and performance ceiling over GRPO in LLM alignment and reasoning by using feedback-guided exploration and two mutually reinforcing training objectives: Exploitation-oriented Policy Alignment and Exploration-oriented Capability Cultivation.

Agent-G^2: Gaussian Guidance for Agentic Reinforcement Learning

Hugging Face Daily Papers

Agent-G^2 introduces a Gaussian guidance framework for hint depth in reinforcement learning, enhancing performance on long-horizon agentic tasks without extra probing rollouts, with superior results on ALFWorld and WebShop benchmarks.