lab7
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| lab7 [2016/02/24 14:05] – created franck | lab7 [2017/02/18 20:32] (current) – franck | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Consider the following | + | ====== Lab 7 ====== |
| - | < | + | |
| - | < | + | The beam search strategy uses the breadth-first search strategy to build its state space. |
| - | public class ComputeSquareRoot | + | |
| - | public static void main(String[] args) { | + | {{: |
| - | | + | |
| - | | + | While traversing the state space, the beam search strategy will visit the states labelled A, B, C, E and F. |
| - | } | + | |
| - | } | + | Create a search strategy, named BeamSearch, which implements the beam search strategy. Only add notifications related to SearchListeners |
| - | </ | + | |
| - | </ | + | To receive feedback, submit your code using the submit command before Tuesday Febraury 28:\\ |
| + | submit 4315 lab7 BeamSearch.java | ||
| + | |||
| + | |||
| + | |||
| - | - Develop a model class so that the above app can be verified with JPF. [[https:// | ||
| - | - Develop a native peer so that the above app can be verified with JPF. | ||
lab7.1456322711.txt.gz · Last modified: by franck
