staccc

1
Usually, the goal here is to find a configuration for which the cost function is minimized. The branch-and-bound algorithms are rarely simple. They tend to be quite complicated in many cases. list-in-first-out list (or stack). A D-search (depth search) state space search will be called LIFO (Last In First Out) search, as the list of live nodes is a

Upload: nikitha

Post on 18-Dec-2015

218 views

Category:

Documents


3 download

DESCRIPTION

goo

TRANSCRIPT

Usually, the goal here is to find a configuration for which the cost function is minimized. The branch-and-bound algorithms are rarely simple. They tend to be quite complicated in many cases. list-in-first-out list (or stack). A D-search (depth search) state space search will be called LIFO (Last In First Out) search, as the list of live nodes is a