Search:
Search (UBC, V4.0)

Search (UBC, V4.0)

Search is an important part of CI; many problems can be cast as the problem of finding a path in a graph. This graph-searching applet is designed to help you learn about different search strategies.

Click on the "Start Applet" button to start the Search Applet with an empty graph. If you notice any bugs or shortcomings, please check out our Bug List page. If you are using a WWW browser like Netscape or Internet Explorer, you will not be able to save files. Instead, you must use the "Edit" --> "View/Edit Text Representation of Graph" option and cut and paste between the text window and a text editor on your computer. This applet seems to run well on Netscape 4.5+ and IE 4+. It has been tested on Windows, Linux, and Solaris platforms.

Java Applet


Quick Start

Creating Problems:

Building a problem yourself should be straightforward--just make sure that you're in "Create Mode". To create nodes, click on the "Create Node" checkbox, then click on the graph window to bring up a dialog box where you can specify all the node information. Creating Edges is just as easy. Check the extended help if you're having problems, or if you don't understand what all the terminology means. Alternatively you can load a sample problem using the file menu.

Solving Problems:

Once you have acquired a graph you want to solve, click the "Solve Mode" button on the main control panel to start solving.

First initialize the search by clicking on the "Initialize" button.

Then there are two ways to search a graph:

  1. Step through the search using the "Step" button, letting the program automatically pick a neighbour at each step.
  2. Let the program do all the work by clicking "Auto Solve".

You can adjust the speed of Auto Solve by bringing up the speed dialog under the "Options" menu.

Alternatively if the search algorithm chosen in the "Search Algorithms" menu is "user defined" you can guide the search by clicking on nodes on the frontier (green or blue nodes).

More Help

Can be found at: http://www.cs.ubc.ca/labs/lci/CIspace/Version4/search/help/index.html