Big Chemical Encyclopedia

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

Articles Figures Tables About

Limited backtrack search

Branch and bound procedures combine backtracking search with the power of relaxations. Any partial solution in a search that has variables still free defines a candidate problem, that is, a discrete optimization problem over the free variables subject to limits imposed by the fixed decisions. Instead of pursuing partial solutions until no firrther moves are available, branch and bound solves a relaxation of the corresponding candidate problems. If the relaxation optimum satisfies requirements to be optimal for the candidate problem, the partial solution can be terminated immediately its best completion has been identified. If the relaxation proves infeasible, the partial solution can also be terminated no completion exists. When neither of these cases occurs, the value of the relaxation optimal solution provides a bound on the value of the candidate problem. That is, it yields a bound on the quality of any completion. If that bound is already worse than the incumbent solution, no completion can improve on the incumbent the node can be terminated. In any event, the best such bound across all unexplored nodes provides a global bound on the optimal value of the full discrete model. [Pg.2592]


See other pages where Limited backtrack search is mentioned: [Pg.14]    [Pg.343]    [Pg.14]    [Pg.343]    [Pg.284]    [Pg.338]    [Pg.85]    [Pg.500]    [Pg.482]    [Pg.413]    [Pg.209]    [Pg.2982]   
See also in sourсe #XX -- [ Pg.14 ]




SEARCH



Backtrackers

Backtracking

Searches Limits

© 2024 chempedia.info