버튼 수집상

[CS] heuristic이란 본문

TIL - CS

[CS] heuristic이란

cocokaribou 2023. 7. 11. 14:01

https://en.wikipedia.org/wiki/Heuristic_(computer_science) 

 

Heuristic (computer science) - Wikipedia

From Wikipedia, the free encyclopedia Type of algorithm, produces approximately correct solutions In mathematical optimization and computer science, heuristic (from Greek εὑρίσκω "I find, discover") is a technique designed for solving a problem mor

en.wikipedia.org

정통기법으로 근사치를 구하는 게 너무 느리거나, 정확한 해법을 찾지 못할 때 사용하는 문제 풀이방법. 일종의 지름길.

 

https://terms.naver.com/entry.naver?docId=3434809&cid=40942&categoryId=31531 

 

휴리스틱

복잡한 과제를 아주 간단한 판단 작업으로 단순화시켜 의사 결정하는 경향으로, 논리적인 근거가 아닌 어림짐작을 통해 답을 도출해내는 경향을 말한다. 휴리스틱은 '어림셈', '경험법칙' 등으

terms.naver.com

휴리스틱은 '어림셈', '경험법칙' 등으로 번역되는데, 판단을 할 때 논리적 추론보다는 경험적이고 직관적인 사고 체계를 이용해 단순하고 빠르게 의사 결정을 하는 단순화 전략을 일컫는다.

- 두산백과

 

https://terms.tta.or.kr/dictionary/dictionaryView.do?word_seq=044935-1 

 

TTA정보통신용어사전

한국정보통신기술협회(TTA)는 정보통신 기술 발전과 타 분야와의 기술 융합에 따라 무수히 생성되는 정보통신용어를 해설하고 표준화하여, 전문가뿐만 아니라 비전문가들도 올바르게 활용할 수

terms.tta.or.kr

발견적 방법, 發見的方法, heuristic method
컴퓨터로 어떤 문제를 풀 때 그 풀이를 구하기 위한 명확한 절차가 없거나, 있어도 그것이 방대한 시간과 비용을 필요로 하는 경우에, 어떤 기준을 도입하여 차례로 풀이를 산출해 가는 방법. 정보가 전혀 없을 때는 난수로 검색하는 경우도 있다.

- 정보통신용어사전

 

https://softjourn.com/insights/heuristic-programming#:~:text=In%20computer%20science%2C%20a%20heuristic,a%20reasonable%20amount%20of%20time.

 

Heuristics in Computer Science: Practical Problem-Solving Approaches - Softjourn, Inc.

Heuristics are nothing new, they play an important role in our daily lives, in both problem-solving and decision-making. As nowadays, the world is full of information, and our brains are only capable of processing a certain amount of it, heuristics help

softjourn.com

컴퓨터 공학에서 휴리스틱이란, 최적의 솔루션을 보장하지는 못해도 적당한 시간 안에 만족스러운 솔루션을 찾도록 설계된 문제해결 전략 혹은 함수를 뜻한다. 휴리스틱은 AI, 탐색 알고리즘, 그리고 최적화 문제와 같이 정확한 답을 구하는 알고리즘을 사용하는 것이 불가능하거나 실용적이지 않을 때 사용된다.

 

728x90

'TIL - CS' 카테고리의 다른 글

[CS] mounting이란  (0) 2024.01.30
[CS] 정규표현식 Basic Regex  (1) 2024.01.11
[CS] payload란  (0) 2023.07.13
[CS] predicate란  (0) 2023.06.26