Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Local search (optimization)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Method for problem solving in optimization}} {{more footnotes|date=May 2015}} In [[computer science]], '''local search''' is a [[heuristic]] method for solving computationally hard [[Mathematical optimization|optimization]] problems. Local search can be used on problems that can be formulated as finding a solution that maximizes a criterion among a number of [[candidate solution]]s. Local search algorithms move from solution to solution in the space of candidate solutions (the ''search space'') by applying local changes, until a solution deemed optimal is found or a time bound is elapsed. Local search algorithms are widely applied to numerous hard computational problems, including problems from [[computer science]] (particularly [[artificial intelligence]]), [[mathematics]], [[operations research]], [[engineering]], and [[bioinformatics]]. Examples of local search algorithms are WalkSAT, the [[2-opt|2-opt algorithm for the Traveling Salesman Problem]] and the [[Metropolis–Hastings algorithm]].<ref>{{cite web|url=https://www.cs.princeton.edu/~wayne/kleinberg-tardos/pdf/12LocalSearch.pdf|title=12LocalSearch.key}}</ref> While it is sometimes possible to substitute [[gradient descent]] for a local search algorithm, gradient descent is not in the same family: although it is an [[iterative method]] for [[Global optimization|local optimization]], it relies on an [[loss function|objective function’s gradient]] rather than an explicit exploration of the solution space.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)