Skip to content
バックトラッキング
EntityQ798554· pop 29· linked from 154 articles

バックトラッキング

Sign in to save

Also known as Backtracking Algorithm, Backtracking Algorithms

Backtracking is a class of algorithms for finding solutions to some computational problems, notably constraint satisfaction or enumeration problems, that incrementally builds candidates to the solutions, and abandons a candidate ("backtracks") as soon as it determines that the candidate cannot possibly be completed to a valid solution.

Wikidata facts

Subclass of
search algorithm
Image
Depthfirst.png
Show 4 more facts
Commons category
Backtracking
ACM Classification Code (2012)
10011255
maintained by WikiProject
WikiProject Mathematics
Sources (2)

via Wikidata · CC0

Article · 日本語

バックトラッキング (backtracking)は、制約充足問題の解を探索する戦略の一種で、力まかせ探索を改良したもの。「バックトラック」という用語は、アメリカの数学者が1950年代に作った造語である。

Abstract from DBpedia / Wikipedia · CC BY-SA

Gallery (2)

バックトラッキング · Vinony