прилагательное эвристический
эвристический решение проблемы опытным путём, методом проб и ошибок. Программирование в значительной мере использует эвристический подход Смотри также: approximation algorithm, heuristic search, heuristics
I. adjective Etymology: German heuristisch, from New Latin heuristicus, from Greek heuriskein to discover; akin to Old Irish fo-fúair he found involving or serving as an aid to learning, discovery, or problem-solving by experimental and especially trial-and-error methods Example: heuristic techniques Example: a heuristic assumption; also of or relating to exploratory problem-solving techniques that utilize self-educating techniques (as the evaluation of feedback) to improve performance Example: a heuristic computer program • heuristically adverb II. noun 1. the study or practice of heuristic procedure 2. heuristic argument 3. a heuristic method or procedure
1. A rule of thumb, simplification, or educated guess that reduces or limits the search for solutions in domains that are difficult and poorly understood. Unlike algorithms, heuristics do not guarantee optimal, or even feasible, solutions and are often used with no theoretical guarantee. 2. approximation algorithm.