Skip to main content

Blind Search

  • Chapter
  • First Online:
Modern Optimization with R

Part of the book series: Use R! ((USE R))

  • 7865 Accesses

Abstract

Full blind search assumes the exhaustion of all alternatives, where any previous search does not affect how next solutions are tested (left of Fig. 3.1). Given that the full search space is tested, the optimum solution is always found. Blind search is only applicable to discrete search spaces and it is easy to encode in two ways. First, by setting the full search space in a matrix and then sequentially testing each row (solution) of this matrix. Second, in a recursive way, by setting the search space as a tree, where each branch denotes a possible value for a given variable and all solutions appear at the leaves (at the same level). Examples of two quite known blind methods based on tree structures are depth-first and breadth-first algorithms. The former starts at the root of the tree and traverses through each branch as far as possible, before backtracking. The latter also starts at the root but searches on a level basis, searching first all succeeding nodes of the root and then the next succeeding nodes of the root succeeding nodes, and so on.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 54.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    Slightly different execution times can be achieved by executing distinct runs under the same code and machine.

References

  • Caflisch RE (1998) Monte carlo and quasi-monte carlo methods. Acta Numer 1998:1–49

    Article  MathSciNet  Google Scholar 

  • Hsu CH, Chang CC, Lin CJ (2003) A practical guide to support vector classification. Tech. rep., National Taiwan University

    Google Scholar 

  • Huang CM, Lee YJ, Lin DK, Huang SY (2007) Model selection for support vector machines via uniform design. Comput Stat Data Anal 52(1):335–346

    Article  MATH  MathSciNet  Google Scholar 

  • Robert C, Casella G (2009) Introducing Monte Carlo methods with R. Springer, New York

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2014 Springer International Publishing Switzerland

About this chapter

Cite this chapter

Cortez, P. (2014). Blind Search. In: Modern Optimization with R. Use R!. Springer, Cham. https://doi.org/10.1007/978-3-319-08263-9_3

Download citation

Publish with us

Policies and ethics