[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -1,12 +1,12 @@
---
id: P-REINFORCE-AI-BIO-INSPIRED
id: [[P-Reinforce]]-AI-BIO-INSPIRED
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.99
tags: [Bio-Inspired Algorithms, Genetic Algorithms, Ant Colony Optimization, Evolution]
tags: [Bio-Inspired Algorithms, Genetic Algorithms, Ant Colony [[Optimization]], Evolution]
last_reinforced: 2026-04-20
---
# [[Biological-Inspired-Algorithms]] (생물 유래 알고리즘)
# [[Bio[[Logic]]al-Inspired-Algorithms]] (생물 유래 알고리즘)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "자연은 수억 년 동안 검증된 최적화 라이브러리다." 진화, 군집 행동, 면역 체계 등 생물계의 생존 전략을 수학적으로 모델링하여 복잡한 공학적 난제를 해결하는 최적화 기법이다.
@@ -14,7 +14,7 @@ last_reinforced: 2026-04-20
## 📖 구조화된 지식 (Synthesized Content)
- **Genetic Algorithms (GA)**:
- 선택, 교차(Crossover), 변이(Mutation) 과정을 반복하며 가장 '적합한' 해를 찾아가는 다윈의 진화론 기반 알고리즘.
- **Swarm Intelligence (ACO/PSO)**:
- **[[Swarm Intelligence]] (ACO/PSO)**:
- 개별 개체(개미, 새)는 단순하지만, 그들의 상호작용이 거대한 지능(최단 경로 찾기 등)을 만들어내는 현상을 이용한 최적화.
- **Neural Networks**:
- 뇌의 뉴런 연결 구조를 모방한 인공 신경망 역시 가장 거대한 생물 유래 알고리즘의 범주에 속한다.
@@ -24,4 +24,4 @@ last_reinforced: 2026-04-20
## 🔗 지식 연결 (Graph)
- Related: [[Reinforcement-Learning]] , [[Algorithmic-Biology]]
- Strategy: Innovation-Management
- [[Strategy]]: [[Innovation]]-[[Management]]