Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Divide and conquer algorithm

J.D. Becker, I. Eisele, F.W.M. Demann, Implementation of Divide-and-Conquer Algorithms on Multiprocessors, Artif. Intell., 1991, 565, 121-136. [Pg.463]

The divide-and-conquer algorithm is a natural parallel algorithm [43]. Full scale first-principle calculations for large molecules will become feasible as parallel computing technology improves. It is expected that the present method will play a vital role in our quest of relationship among electronic structure, stability, and functions of macromolecules. [Pg.148]

A divide-and-conquer algorithm for a binary predicate r over parameters X and Y works as follows. Let X be the induction parameter. IfX is minimal, then Y is (usually) easily found by directly solving the problem. Otherwise, that is if X is non-minimal, decompose X into a vector HX of heads of X and a vector TX of tails of X, the tails being of the same type as X, as well as smaller than X according to some well-founded relation. The tails TX recursively yield tails TY of Y. The heads HX are processed into a vector HY of heads of Y. Finally, Y is composed from its heads HY and tails TY. [Pg.104]

A divide-and-conquer algorithm for a binary jffedicate r over parameters X and Y works as follows. LetX be the induction parameter. IfX is minimal, then Y is (usually)... [Pg.104]

D. R. Smith. Top-down synthesis of divide-and-conquer algorithms. Artificial Intelligence 27(l) 43-96,1985. Also in [Rich and Waters 86a], pp. 35-61. [Smith 88]... [Pg.233]

In Part III, we develop an actual logic algorithm synthesis mechanism from specifications by examples and properties, as seen in Chapter 6. It fits the particular non-incremental synthesis strategy presented in Chapter 7, is guided by the divide-and-conquer algorithm schema seen in Chapter 8, and uses the tool-box of methods developed in Chapters 9 and 10. [Pg.259]

Divide and Conquer Algorithm for DMA Combinatorial Library Synthesis... [Pg.160]

Embedded Divide-and-Conquer Algorithm on Hierarchical Real-Space Grids Parallel Molecular Dynamics Simulation Based on Linear-Scaling Density Functional Theory. [Pg.282]

The divide-and-conquer method [34,35] was the first Kohn Sham algorithm which delivered linear scaling computational costs that grow linearly with the size of the system. In this technique, one first projects the density matrix onto a basis set, typically... [Pg.104]

Yang s divide-and-conquer method is reviewed and shown to be as accurate as the conventional Kohn-Sham method and to be a practical algorithm for large molecule calculations. The working mechanism of the method is thoroughly examined. [Pg.125]

A recursive work distribution scheme involves recursive subdivisions of the computational problem to create smaller tasks that can be solved concurrently by individual processes. Recursive work distribution schemes are typically used for computational problems that lend themselves to a divide-and-conquer parallelization approach. For instance, finding the maximum value in an imsorted array and sorting the elements in an array are problems that can be solved using recursive algorithms. [Pg.97]

This paper presents a new mechanism for alleviating the two previous drawbacks by 1) Decomposing the global problem in sub-problems by a divide-and-conquer approach that reduces memory requirements and 2) Using a parallel implementation of the algorithms, as parallel architectures represent a natural environment to overcome these limitations. [Pg.167]


See other pages where Divide and conquer algorithm is mentioned: [Pg.383]    [Pg.228]    [Pg.427]    [Pg.126]    [Pg.336]    [Pg.147]    [Pg.103]    [Pg.113]    [Pg.149]    [Pg.212]    [Pg.158]    [Pg.21]    [Pg.566]    [Pg.2333]    [Pg.2340]    [Pg.383]    [Pg.228]    [Pg.427]    [Pg.126]    [Pg.336]    [Pg.147]    [Pg.103]    [Pg.113]    [Pg.149]    [Pg.212]    [Pg.158]    [Pg.21]    [Pg.566]    [Pg.2333]    [Pg.2340]    [Pg.86]    [Pg.457]    [Pg.155]    [Pg.656]    [Pg.24]    [Pg.316]    [Pg.65]    [Pg.683]    [Pg.129]    [Pg.11]    [Pg.219]    [Pg.745]    [Pg.272]    [Pg.134]    [Pg.1777]    [Pg.97]    [Pg.46]   
See also in sourсe #XX -- [ Pg.116 ]

See also in sourсe #XX -- [ Pg.116 , Pg.117 ]

See also in sourсe #XX -- [ Pg.17 ]




SEARCH



A Divide-and-Conquer Logic Algorithm Schema

Divide

Divide conquer

Divide-and-Conquer Logic Algorithm Analysis

Divide-and-conquer

Divider

© 2024 chempedia.info