Big Chemical Encyclopedia

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

Articles Figures Tables About

Tree-pruning algorithms

The performance of the original backtracking algorithm can be further improved by pruning-off fruitless branches of a search tree as early as possible. One technique for achieving this was introduced into a backtracking match algorithm by Ullmann in 1976 [16]. [Pg.489]

The combination of the new methods for optimizing and pruning search trees described above, and the backtracking technique, makes the Chen-Robien algorithm a very fast MCSS algorithm. It has become a central mainstay of several other commands within the CSEARCH-NMR database system [69]. [Pg.507]

The backtracking algorithm organizes the search space as a tree where each node corresponds to the application of an operator. At each application, the consistency of the partial structure is evaluated. If consistent, the next operator is applied and the process continues. If inconsistent, this node and attached branches are pruned from the search tree and the algorithm backtracks to the previous node. [Pg.1936]


See other pages where Tree-pruning algorithms is mentioned: [Pg.64]    [Pg.64]    [Pg.64]    [Pg.69]    [Pg.74]    [Pg.94]    [Pg.62]    [Pg.64]    [Pg.64]    [Pg.64]    [Pg.69]    [Pg.74]    [Pg.94]    [Pg.62]    [Pg.481]    [Pg.471]    [Pg.465]    [Pg.120]    [Pg.201]    [Pg.448]    [Pg.311]    [Pg.240]    [Pg.518]    [Pg.84]    [Pg.318]    [Pg.155]    [Pg.227]    [Pg.246]    [Pg.480]    [Pg.162]    [Pg.28]    [Pg.502]    [Pg.130]    [Pg.312]    [Pg.172]    [Pg.173]    [Pg.375]    [Pg.1318]    [Pg.204]    [Pg.134]   
See also in sourсe #XX -- [ Pg.64 ]




SEARCH



Prune

Pruned-tree

Pruning algorithm

Tree algorithms

© 2024 chempedia.info