docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -6,7 +6,7 @@ tags: [Algorithm, AI, Optimization, CSP]
|
||||
last_reinforced: 2026-04-20
|
||||
---
|
||||
|
||||
# [[Constraint Satisfaction Problems (CSP)]] (제약 충족 문제)
|
||||
# [[Constraint Satisfaction Problems (CSP)|Constraint Satisfaction Problems (CSP)]] (제약 충족 문제)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "규칙을 깨지 않고 빈칸을 채우는 지적인 퍼즐 풀이." 변수, 도메인, 제약 조건 세 가지 요소로 정의되며, 모든 제약을 동시에 만족하는 해를 찾는 탐색 기반의 고전적 AI 핵심 분야다.
|
||||
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-20
|
||||
- CSP는 NP-완전(NP-Complete) 문제인 경우가 많아 변수가 많아지면 기하급수적으로 어려워진다. 최신 AI 시스템에서는 고전적인 CSP 알고리즘에 강화학습을 결합하여, 다음에 시도할 변수를 선택하는 전략(Heuristics)을 최적화하는 시도가 이루어지고 있다.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- Related: [[Graph-Theory]] , [[Combinatorial-Optimization]]
|
||||
- Comparison: [[Operations-Research]]
|
||||
- Related: [[Graph-Theory|Graph-Theory]] , [[Combinatorial-Optimization|Combinatorial-Optimization]]
|
||||
- Comparison: [[Operations-Research|Operations-Research]]
|
||||
|
||||
Reference in New Issue
Block a user