feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: CS-HEUR-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [ai, algorithms, search-algorithms, heuristic, a-star, pathfinding]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Heuristic Search (휴리스틱 탐색)]]
|
||||
# Heuristic Search (휴리스틱 탐색)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "완벽한 계산에 집착하기보다, 정답에 가까울 것 같은 길을 먼저 선택하여 탐색의 미로를 돌파하라" — 문제 해결 과정에서 모든 경로를 탐색하는 대신, 현재 상태에서 목표까지 남은 거리나 비용을 추정(Heuristic)하여 탐색 범위를 획기적으로 줄이는 전략.
|
||||
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Skybound 프로젝트의 적 함대 경로 탐색 알고리즘은 장애물 회피를 위해 최적화된 A* 휴리스틱을 사용하여 실시간 프레임 저하 없이 복잡한 지형을 기동함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Search-Algorithms]], [[Greedy-Algorithms]], [[A-Star-Algorithm-Optimizations]], [[Decision-Trees-and-Random-Forests]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/Heuristic-Search.md]]
|
||||
- Search-Algorithms, [[Greedy-Algorithms]], A-Star-Algorithm-Optimizations, Decision-Trees-and-Random-Forests
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Heuristic-Search.md
|
||||
|
||||
Reference in New Issue
Block a user