Big Chemical Encyclopedia

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

Articles Figures Tables About

Backtrackers

Figure 6-3. Search tree of mappings obtained by applying the backtracking algorithm for the pair of structures Cq and Qt (see the graphs in Figure 6-2). Array (M, M2, Mj, M4) denotes the mapping 1 —> M, 2 —> M2, 3 —> M3, 4 —> M4. Figure 6-3. Search tree of mappings obtained by applying the backtracking algorithm for the pair of structures Cq and Qt (see the graphs in Figure 6-2). Array (M, M2, Mj, M4) denotes the mapping 1 —> M, 2 —> M2, 3 —> M3, 4 —> M4.
The depth-first search algorithm the backtracking algorithm, respectively) has an exponential order of computational complexity CC [11] CC = 0(b ). The ex-... [Pg.299]

Figure 6-4. Backtracking approach realized as depth-first search aigorithm. Dotted arrows trace the route used for traversing all mappings in the search tree. Each node in the tree corresponds to a mapping between Cq and C-p (Figure 6-2). Figure 6-4. Backtracking approach realized as depth-first search aigorithm. Dotted arrows trace the route used for traversing all mappings in the search tree. Each node in the tree corresponds to a mapping between Cq and C-p (Figure 6-2).
In the worst case, the backtracking algorithm will form a search tree of depth n, where n is the number of atoms in the query graph. Also, in this case a separate sub-tree search process for each atom of the target graph will be initiated. That is why the linear multiplier m is apphed to Eq. (7). [Pg.300]

The backtracking algorithm is the core part of every software system that performs substructure searching. There are other approaches which have been applied both as alternatives to the backtracking algorithm or (most usually) in combination with it. Section 6.3.3 describes the approaches used for the optimization of the... [Pg.300]

The optimization of the backtracking algorithm usually consists of an application of several heuristics which reduce the number of candidate atoms for mapping from Gq to Gj. These heuristics are based on local properties of the atoms such as atom types, number of bonds, bond orders, and ring membership. According to these properties the atoms in Gq and Gj are separated into different classes. This step is known in the literature as partitioning [13]. Table 6.1 illustrates the process of partitioning. [Pg.301]

It is convenient to begin by backtracking to a discussion of AS for an athermal mixture. We shall consider a dilute solution containing N2 solute molecules, each of which has an excluded volume u. The excluded volume of a particle is that volume for which the center of mass of a second particle is excluded from entering. Although we assume no specific geometry for the molecules at this time, Fig. 8.10 shows how the excluded volume is defined for two spheres of radius a. The two spheres are in surface contact when their centers are separated by a distance 2a. The excluded volume for the pair has the volume (4/3)7r(2a), or eight times the volume of one sphere. This volume is indicated by the broken line in Fig. 8.10. Since this volume is associated with the interaction of two spheres, the excluded volume per sphere is... [Pg.554]

Another style tries to place process tanks such that those most sensitive to drippage problems and cross-contamination are placed in parts of the in-line layout where they would be least troublesome. The transport system is then programmed to take the work in a nonsequential order, skipping over stations and backtracking in order to complete the plating cycle. The carrying of work over other bars tends to leave salt buildup on the superstmcture of the work bars, and potential contamination of any and all tanks in the line depending on which station the salt buildup eventually drops into. [Pg.145]

Time reversibility. Newton s equation is reversible in time. Eor a numerical simulation to retain this property it should be able to retrace its path back to the initial configuration (when the sign of the time step At is changed to —At). However, because of chaos (which is part of most complex systems), even modest numerical errors make this backtracking possible only for short periods of time. Any two classical trajectories that are initially very close will eventually exponentially diverge from one another. In the same way, any small perturbation, even the tiny error associated with finite precision on the computer, will cause the computer trajectories to diverge from each other and from the exact classical trajectory (for examples, see pp. 76-77 in Ref. 6). Nonetheless, for short periods of time a stable integration should exliibit temporal reversibility. [Pg.51]

N = 1,2,.,.. For each value of N a standard backtrack procedure over a finite... [Pg.202]

Sometimes the so-called problem could just be an artifact of the instruments being used to characterize or test the converter. That can be really embarrassing to find out, especially after alerting everybody from Design to Production Backtracking too many times, especially in the course of a single day, can become a rather overwhelming declaration of incompetence. So it is extremely important we understand our instrumentation well. [Pg.29]

After a is obtained, if additional backtracking is needed, cubic interpolation can be carried out. We suggest that if a is too small, say a<0.1, try a = 0.1 instead. [Pg.206]

This backtracking line search tries a = 1.0 first and accepts it if the sufficient decrease criterion (8.78) is met. This criterion is also used in unconstrained minimization, as discussed in Section 6.3.2. If a = 1.0 fails the test (8.78), a safe-... [Pg.304]


See other pages where Backtrackers is mentioned: [Pg.298]    [Pg.298]    [Pg.299]    [Pg.299]    [Pg.300]    [Pg.300]    [Pg.301]    [Pg.301]    [Pg.301]    [Pg.302]    [Pg.302]    [Pg.448]    [Pg.145]    [Pg.27]    [Pg.35]    [Pg.56]    [Pg.78]    [Pg.636]    [Pg.255]    [Pg.50]    [Pg.51]    [Pg.68]    [Pg.306]    [Pg.14]    [Pg.229]    [Pg.268]    [Pg.275]    [Pg.69]    [Pg.78]    [Pg.205]    [Pg.205]   
See also in sourсe #XX -- [ Pg.59 ]




SEARCH



Algorithm backtracking

Backtracking

Backtracking

Backtracking condition

Backtracking match algorithm

Backtracking substructure

Backtracking trees

Limited backtrack search

Optimization of the Backtracking Algorithm

Pruning the backtrack tree

Searching Backtrack

Substructures Searching Backtrack

© 2024 chempedia.info