次回の更新記事:AIエージェントのトークンコストを4割削る設計(公開予定日:2026年07月27日)
AIDB Daily Papers

LLM駆動のメタ進化的アルゴリズム取引プログラム進化

原題: AlgoEvolve: LLM-driven Meta-evolution of Algorithmic Trading Programs
著者: Dhruv Sharma, Gautam Shroff
公開日: 2026-06-24 | 分野: LLM 強化学習 AI アルゴリズム cs.AI 金融

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • LLMを活用し、進化計算でアルゴリズム取引戦略を自動生成・改善するフレームワークを開発した。
  • ノイズが多く非定常な取引環境で、LLMによる進化計算がプログラム合成に有効であることを示した。
  • メタ進化により探索ヒューリスティクスを改善し、ゼロトレード失敗を減らし、適応的な戦略ロジックを発見した。

Abstract

Recent work shows that Large Language Models (LLMs) can act as semantic mutation operators for the evolutionary discovery of programs and proofs. Most current applications focus on static coding benchmarks. We extend this paradigm to algorithmic trading. This domain is uniquely challenging because it is noisy, non-stationary, and highly discontinuous. We present AlgoEvolve, an LLM-driven evolutionary framework that generates, evaluates, and iteratively improves executable trading strategies. These strategies are expressed as Python code and evaluated through a rigorous testing protocol. Across multiple experiments, the system exhibits emergent regime-adaptive strategy logic, including autonomous shifts in trading rules. We further introduce a meta-evolutionary outer loop that evolves the prompts guiding program synthesis in the inner loop. This outer loop discovers improved search heuristics. These heuristics balance exploration and exploitation while reducing zero-trade failures. They consistently outperform initial human-designed instructions. The results demonstrate that LLM-based semantic evolution provides a viable approach for continual program synthesis in complex environments.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

関連するAIDB記事