Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
isa3 committed Feb 15, 2020
1 parent 0edd8b2 commit ff2f10d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lab02/lab.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,5 @@ b. The more states used, the faster the beam search will be completed. However,
and not too many that it takes too much memory.
c. I'd use pthreads to allocate k threads, have each one execute a short version
of hill-climbing, and then synchronize them on completion. The k states with the
best values would have their x's used as the initial x value for the next iteration
of hill-climbing; the threads with the worst k / 2 values would use the k / 2
best x's. Repeat this until a solution is found.
best solutions would have their x's used as the initial x value for the next iteration
of hill-climbing. Repeat this until the goal state is found.

0 comments on commit ff2f10d

Please sign in to comment.