feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-EADI-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.95
tags: [auto-reinforced, evolutionary-algorithm, genetic-algorithm, optimization, heuristic, bio-inspired, search-strategy]
last_reinforced: 2026-04-20
@@ -27,6 +27,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 이제는 단순 유전 알고리즘 정책을 넘어, AI 가 스스로 진화 전략 정책을 설계(Auto-EA)하거나 강화학습과 결합하여 환경 변화에 실시간으로 적응하는 '자기 진화형 에이전트' 설계의 핵심 논리로 쓰임. (Reinforcement Learning (RL)와 연결)
## 🔗 지식 연결 (Graph)
- [[Search-Strategy]], [[Optimization]], [[Reinforcement Learning (RL)]], [[Complexity-Theory]], [[Generalization]], [[Deep Learning (DL)]]
- [[Search-Strategy]], [[Optimization]], [[Reinforcement Learning (RL)]], [[Complexity-Theory]], Generalization, Deep Learning (DL)
- **Key Types**: Genetic Algorithms (GA), Evolution Strategies (ES).
---