arXiv論文メモ
新着一覧
eess.SY / cs.SY · 査読状況未確認

言語モデルで遺伝的PID調整の設定を更新

GA-Agent: Large Language Models as Hyperparameter Optimizers for Evolutionary Controller Synthesis

Mohammad Narimani, Seyyed Ali Emami

この論文をやさしく読む

ひとことで言うと

GAによるPIDゲイン探索の上位設定を、LLMエージェントに更新させる方法。

何に役立つ?

考えられる用途は、複数の制御目標を持つPID調整の手間と評価回数を減らすことである。

この研究の面白いところ

数値探索はGAに任せ、実行結果を読んだLLMが集団サイズや重みなどを再設定する。

どこまで分かった?

八つの制御事例で成功率100%と評価回数の減少を報告する。実機運用やそれ以外の制御対象での結果は要旨にない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

PID制御器で追従誤差の小ささ、整定の速さ、行き過ぎの抑制、適度な制御入力を両立させる調整は、労力と専門知識を要する。遺伝的アルゴリズム(GA)は重み付き適応度関数に対して勾配なしで制御ゲインを最適化できるが、成果は集団サイズ、世代数の上限、ゲインの範囲、適応度の重みといった上位の設定に依存する。通常は手作業の試行錯誤か高価な二段階最適化で決められる。GAは密な数値探索に強い一方、設定には文脈に応じた高水準の判断が必要という課題がある。提案するGA-Agentは、この二つを分ける。通常のGAが低水準のPIDゲイン最適化を担当し、大規模言語モデル(LLM)のエージェントが上位の設定を担う。エージェントは完了したGA実行を観察し、利用者の制御目標との差を診断して、更新したGA設定を提案する。構成には構造化された記憶、定量的な目標への変換、資源を考慮した終了判定、結果に応じた処理の振り分けを用いる。DCモーター、倒立振子、航空機のピッチ、自律型水中機など、力学の異なる八つの制御事例で評価した。GA-Agentは全ベンチマークで成功率100%を達成し、固定されたハイパーパラメータを使う通常のGAより解の品質とサンプル効率で優れた。Cascade-GAとは同等以上の結果を得ながら、関数評価回数を1~2桁減らし、通常1~3回の最適化試行で収束した。感度分析では、使用するLLMや記憶の設定を変えても頑健だった。大きさ2~3の小さな記憶バッファと、1回約0.002ドルのDeepSeek-V4-Flashのような低費用モデルでも優れた性能が得られた。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-23(UTC)
最新改訂
2026-09-23 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Tuning PID controllers to satisfy competing objectives - low tracking error, fast settling, limited overshoot, and moderate control effort - is labor-intensive and requires expertise. Genetic algorithms (GAs) offer gradient-free optimization of controller gains against a weighted fitness function, but success depends on meta-level choices: population size, generation budget, gain bounds, and fitness weights. These are usually set by manual trial-and-error or costly bilevel optimization, exposing a tension: GAs excel at dense numerical search, but configuring them needs high-level, context-dependent semantic reasoning. We propose GA-Agent, which decouples these modes. A standard GA handles low-level PID gain optimization. A large language model (LLM) agent operates at the meta-level: it observes completed GA runs, diagnoses gaps versus user control objectives, and proposes updated GA configurations. The architecture uses structured memory, quantitative goal translation, resource-aware termination, and outcome-driven routing. We evaluate GA-Agent on eight control case studies with diverse dynamics (DC motor, inverted pendulum, aircraft pitch, autonomous underwater vehicle, and others). GA-Agent achieves 100% success on all benchmarks, outperforming a Regular GA with fixed hyperparameters in solution quality and sample efficiency. It matches or surpasses a Cascade-GA baseline while reducing function evaluations by one to two orders of magnitude, typically converging in one to three optimization attempts. Sensitivity analysis shows robustness across LLM backbones and memory configurations. A compact memory buffer (size 2-3) and cost-effective models (DeepSeek-V4-Flash at about $0.002 per run) achieve superior performance.

arXiv ID: 2609.27725 / 要約の誤りについて