Search Results - (((((((ant OR win) OR santis) OR find) OR cantor) OR anne) OR shared) OR hints) algorithms.

  1. 41

    Random Iterative Models by Duflo, Marie

    Published 1997
    Full text (MFA users only)
    Electronic eBook
  2. 42

    Metaheuristic optimization for the design of automatic control laws by Sandou, Guillaume

    Published 2013
    Table of Contents: “…Ant colony optimization…”
    Full text (MFA users only)
    Electronic eBook
  3. 43

    Optimization of Computer Networks : Modeling and Algorithms: a Hands-On Approach. by Pavón Mariño, Pablo

    Published 2016
    Table of Contents: “…7.1 Introduction -- 7.2 Node Location Problems -- 7.3 Full Topology Design Problems -- 7.4 Multilayer Network Design -- 7.5 Notes and Sources -- 7.6 Exercises -- References -- Part Two: Algorithms -- Chapter 8: Gradient Algorithms in Network Design -- 8.1 Introduction -- 8.2 Convergence Rates -- 8.3 Projected Gradient Methods -- 8.4 Asynchronous and Distributed Algorithm Implementations -- 8.5 Non-Smooth Functions -- 8.6 Stochastic Gradient Methods -- 8.7 Stopping Criteria -- 8.8 Algorithm Design Hints -- 8.9 Notes and Sources -- 8.10 Exercises -- References…”
    Full text (MFA users only)
    Electronic eBook
  4. 44

    Parsing schemata for practical text analysis by Gómez-Rodríguez, Carlos

    Published 2010
    Full text (MFA users only)
    Electronic eBook
  5. 45

    Polynomial root-finding and polynomiography by Kalantari, Bahman

    Published 2009
    Table of Contents: “…Approximation of square-roots and their visualizations -- The fundamental theorem of algebra and a special case of Taylor's theorem -- Introduction to the basic family and polynomiography -- Equivalent formulations of the basic family -- Basic family as dynamical system -- Fixed points of the basic family -- Algebraic derivation of the basic family and characterizations -- The truncated basic family and the case of Halley family -- Characterizations of solutions of homogeneous linear recurrence relations -- Generalization of Taylor's theorem and Newton's method -- The multipoint basic family and its order of convergence -- A computational study of the multipoint basic family -- A general determinantal lower bound -- Formulas for approximation of pi based on root-finding algorithms -- Bounds on roots of polynomials and analytic functions -- A geometric optimization and its algebraic offsprings -- Polynomiography : algorithms for visualization of polynomial equations -- Visualization of homogeneous linear recurrence relations -- Applications of polynomiography in art, education, science, and mathematics -- Approximation of square-roots revisited -- Further applications and extensions of the basic family and polynomiography.…”
    Full text (MFA users only)
    Electronic eBook
  6. 46
  7. 47
  8. 48
  9. 49

    Systematic Screening for Active Tuberculosis : Principles and Recommendations

    Published 2013
    Table of Contents: “…Rationale and objectives of screening for active TB; 3.1 Challenges to TB care and control; Large pool of undetected TB; Limitations of passive case-finding using sputum-smear microscopy; Reaching the poorest people more effectively; Detecting TB early in other vulnerable groups.…”
    Full text (MFA users only)
    Electronic eBook
  10. 50

    Simple adaptive strategies : from regret-matching to uncoupled dynamics by Hart, Sergiu

    Published 2013
    Full text (MFA users only)
    Electronic eBook
  11. 51

    Computer Vision : Principles, Algorithms, Applications, Learning. by Davies, E. R.

    Published 2017
    Full text (MFA users only)
    Electronic eBook
  12. 52

    Applications of multi-objective evolutionary algorithms

    Published 2004
    Full text (MFA users only)
    Electronic eBook
  13. 53
  14. 54
  15. 55

    Standard colorimetry : definitions, algorithms, and software by Oleari, Claudio

    Published 2016
    Full text (MFA users only)
    Electronic eBook
  16. 56

    Sharing economy and big data analytics by Sedkaoui, Soraya, Khelfaoui, Mounia

    Published 2020
    Table of Contents: “…The Sharing Economy or the Emergence of a New Business Model. …”
    Full text (MFA users only)
    Electronic eBook
  17. 57

    Poems that solve puzzles : the history and science of algorithms by Bleakley, Chris

    Published 2020
    Table of Contents: “…Cover -- POEMS THAT SOLVE PUZZLES -- Copyright -- Dedication -- Foreword -- About the Author -- Contents -- Introduction -- The Trainee Librarian -- The Algorithm Machine -- 1 Ancient Algorithms -- Etched in Clay -- Uncovered at Last -- Elegance and Beauty -- Finding Primes -- 2 Ever-Expanding Circles -- Wheels Within Wheels -- World Records -- The Art of Reckoning -- Waves Upon Waves -- 3 Computer Dreams -- A Clockwork Computer -- The Turing Machine -- 4 Weather Forecasts -- Numerical Forecasts -- ENIAC -- Monte Carlo -- Computer Forecasts -- Chaos -- Long-Range Forecasts…”
    Full text (MFA users only)
    Electronic eBook
  18. 58

    Uberland : how algorithms are rewriting the rules of work by Rosenblat, Alex, 1987-

    Published 2018
    Table of Contents: “…Introduction : using an app to go to work-Uber as a symbol of the new economy -- Workers as digital pawns : how Uber uses the sharing economy to exploit everyone -- Motivations to drive : how Uber creates jobs for many at the expense of a few -- Grandiose promises : how Uber proposes entrepreneurship to the masses -- The shady middleman : how Uber plays broker to line its pockets -- Behind the curtain : how Uber rules drivers with algorithms -- In the big leagues : how Uber plays ball -- Conclusion : the new age of Uber-how technology consumption rewrote the rules of work -- Appendix 1. methodology : how I studied Uber -- Appendix 2. ridehailing beyond Uber : meet Lyft, the younger twin.…”
    Full text (MFA users only)
    Electronic eBook
  19. 59

    Meta-heuristic and evolutionary algorithms for engineering optimization by Bozorg-Haddad, Omid, 1974-, Solgi, Mohammad, 1989-, Loaiciga, Hugo A.

    Published 2017
    Table of Contents: “…Overview of optimization -- Introduction to meta-heuristic and evolutionary algorithms -- Pattern search (PS) -- Genetic algorithm (GA) -- Simulated annealing (SA) -- Tabu search (TS) -- Ant colony optimization (ACO) -- Particle swarm optimization (PSO) -- Differential evolution (DE) -- Harmony search (HS) -- Shuffled frog-leaping algorithm (SFLA) -- Honey-bee mating optimization (HBMO) -- Invasive weed optimization (IWO) -- Central force optimization (CFO) -- Biogeography-based optimization (BBO) -- Firefly algorithm (FA) -- Gravity search algorithm (GSA) -- Bat algorithm (BA) -- Plant propagation algorithm (PPA) -- Water cycle algorithm (WCA) -- Symbiotic organisms search (SOS) -- Comprehensive evolutionary algorithm (CEA).…”
    Full text (MFA users only)
    Electronic eBook
  20. 60

    Learning JavaScript Data Structures and Algorithms : Write complex and powerful JavaScript code using the latest ECMAScript, 3rd Edition. by Groner, Loiane

    Published 2018
    Table of Contents: “…Using the @@iterator objectArray entries, keys, and values; Using the from method; Using the Array.of method; Using the fill method; Using the copyWithin method; Sorting elements; Custom sorting; Sorting strings; Searching; ECMAScript 2015 -- the find and findIndex methods; ECMAScript 2016 -- using the includes method; Outputting the array into a string; The TypedArray class; Arrays in TypeScript; Summary; Chapter 4: Stacks; Creating a JavaScript data structure and algorithm library; The stack data structure; Creating an array-based Stack class; Pushing elements to the stack.…”
    Full text (MFA users only)
    Electronic eBook