Search Results - (((((((ant OR planning) OR ken) OR alter) OR cantor) OR anne) OR maarten) OR wwwantis) algorithms.

Refine Results
  1. 1

    Ant Colony Optimization and Constraint Programming. by Solnon, Christine

    Published 2013
    Table of Contents: “…Constraint programming; 1.1.2. Ant colony optimization; 1.1.3. Constraint programming with ant colony optimization; Chapter 2. …”
    Full text (MFA users only)
    Electronic eBook
  2. 2

    Network-Based Distributed Planning Using Coevolutionary Algorithms. by Subbu, Raj

    Published 2004
    Table of Contents: “…Combinatorial optimization. 2.3. Evolutionary algorithms. 2.4. Agents. 2.5. Distributed problem solving -- 3. …”
    Full text (MFA users only)
    Electronic eBook
  3. 3

    Theory of randomized search heuristics : foundations and recent developments

    Published 2011
    Table of Contents: “…Runtime Analysis of Evolutionary Algorithms for Discrete Optimization Peter S. Oliveto and Xin Yao; 3. …”
    Full text (MFA users only)
    Electronic eBook
  4. 4

    Genetic Algorithms : Concepts and Designs. by Man, K. F.

    Published 1999
    Table of Contents: “…Genetic Algorithms in Production Planning and Scheduling Problems; 10. …”
    Full text (MFA users only)
    Electronic eBook
  5. 5
  6. 6
  7. 7

    Nature-inspired optimization algorithms by Yang, Xin-She

    Published 2014
    Full text (MFA users only)
    Electronic eBook
  8. 8
  9. 9

    Ant colony optimization by Dorigo, Marco

    Published 2004
    Table of Contents: “…Preface; Acknowledgments; 1 -- From Real to Artificial Ants; 2 -- The Ant Colony Optimization Metaheuristic; 3 -- Ant Colony Optimization Algorithms for the Traveling Salesman Problem; 4 -- Ant Colony Optimization Theory; 5 -- Ant Colony Optimization for NP-Hard Problems; 6 -- AntNet: An ACO Algorithm for Data Network Routing; 7 -- Conclusions and Prospects for the Future; Appendix: Sources of Information about the ACO Field; References; Index.…”
    Full text (MFA users only)
    Electronic eBook
  10. 10

    Pathway modeling and algorithm research

    Published 2011
    Table of Contents: “…PATHWAY MODELING AND ALGORITHM RESEARCH; PATHWAY MODELING AND ALGORITHM RESEARCH; Contents; Preface; Biological Pathways and Their Modeling; Abstract; 1. …”
    Full text (MFA users only)
    Electronic eBook
  11. 11

    Algorithms and architectures of artificial intelligence by Tõugu, Enn, 1935-

    Published 2007
    Table of Contents: “…Language of algorithms -- Knowledge Handling -- Search -- Learning and Decision Making -- Problem Solving and Planning.…”
    Full text (MFA users only)
    Electronic eBook
  12. 12

    Swarm Intelligence Algorithms : Modifications and Applications. by Slowik, Adam

    Published 2020
    Table of Contents: “…-- 1.2.3 Pseudo-code of standard ACO algorithm -- 1.3 Modified variants of ant colony optimization -- 1.3.1 Elitist ant systems -- 1.3.2 Ant colony system -- 1.3.3 Max-min ant system -- 1.3.4 Rank based ant systems -- 1.3.5 Continuous orthogonal ant systems…”
    Full text (MFA users only)
    Electronic eBook
  13. 13

    Computer search algorithms

    Published 2011
    Table of Contents: “…THE FREQUENCY PLANNING PROBLEM IN GSM NETWORKS Mathematical Description ; HEURISTIC SEARCHES INCLUDED IN OUR STUDY ; The Genetic Algorithm ; The Scatter Search Heuristic ; The Population Based Incremental Learning ; The Greedy Randomized Adaptive Search Procedure ; EXPERIMENTAL EVALUATION AND RESULTS ; Empirical Results ; CONCLUSION AND FUTURE WORK ; ACKNOWLEDGMENTS ; REFERENCES ; EMERGENCE AND ADVANCES OF QUANTUM SEARCH; BACKGROUND ; AN INTRODUCTION TO QUANTUM COMPUTATION ; Quantum Search Algorithm ; A Quantum Oracle ; Grover's Search Algorithm ; Optimality of Grover's Algorithm.…”
    Full text (MFA users only)
    Electronic eBook
  14. 14

    Essays on algorithmic trading by Gsell, Markus

    Published 2014
    Full text (MFA users only)
    Electronic eBook
  15. 15

    Heuristic search : theory and applications by Edelkamp, Stefan

    Published 2012
    Table of Contents: “…Introduction -- Basic search algorithms -- Dictionary data structures -- Automatically created heuristics -- Heuristic search under memory constraints. …”
    Full text (MFA users only)
    Electronic eBook
  16. 16

    Genome Sequencing Technology and Algorithms. by Kim, Sun

    Published 2007
    Table of Contents: “…Genome Sequencing Technolog and Algorithms; List of Contributors; Contents; Part I The New DNA Sequencing Technology; 1 An Overview of New DNA Sequencing Technology; 2 Array-Based Pyrosequencing Technology; 3 The Role of Resequencing Arrays in RevolutionizingDNA Sequencing; 4 Polony Sequencing; 5 Genome Sequencing: A Complex Path to PersonalizedMedicine; Part II Genome Sequencing and Fragment Assembly; 6 Overview of Genome Assembly Techniques; 7 Fragment Assembly Algorithms; 8 Assembly for Double-Ended Short-Read SequencingTechnologies; Part III Beyond Conventional Genome Sequencing.…”
    Full text (MFA users only)
    Electronic eBook
  17. 17

    Algorithmic Diagnosis of Symptoms and Signs. by Collins, R. Douglas

    Published 2017
    Table of Contents: “…Intro; Half Title Page; Title Page; Copyright Page; Preface to the Fourth Edition; Preface to the First Edition; Introduction; Contents; Part 1 Getting the Most out of Your History and Physical Examination; Part 2 Algorithms of Symptoms and Signs; Abdominal Pain, Acute; Abdominal Pain, Chronic Recurrent; Abdominal Rigidity; Abdominal Swelling, Focal; Abdominal Swelling, Generalized; Absent or Diminished Pulse; Acid Phosphatase Elevation; Acidosis (Decreased pH); Alkaline Phosphatase Elevation; Alkalosis (Increased pH); Alopecia; Alterations in Serum Iron; Alteration in Serum Uric Acid.…”
    Full text (MFA users only)
    Electronic eBook
  18. 18

    Genetic Algorithms + Data Structures = Evolution Programs by Michalewicz, Zbigniew

    Published 1994
    Table of Contents: “…I. Genetic Algorithms -- 1 GAs: What Are They? -- 2 GAs: How Do They Work? …”
    Full text (MFA users only)
    Electronic eBook
  19. 19

    Graph algorithms and applications 3

    Published 2004
    Full text (MFA users only)
    Electronic eBook
  20. 20

    C# Data Structures and Algorithms : Explore the possibilities of C# for developing a variety of efficient applications. by Jamro, Marcin

    Published 2018
    Table of Contents: “…Jagged arraysExample -- yearly transport plan; Sorting algorithms; Selection sort; Insertion sort; Bubble sort; Quicksort; Simple lists; Array list; Generic list; Example -- average value; Example -- list of people; Sorted lists; Example -- address book; Linked lists; Example -- book reader; Circular-linked lists; Implementation; Example -- spin the wheel; Summary; Chapter 3: Stacks and Queues; Stacks; Example -- reversing words; Example -- Tower of Hanoi; Queues; Example -- call center with a single consultant; Example -- call center with many consultants; Priority queues.…”
    Full text (MFA users only)
    Electronic eBook