public:t-622-arti-12-1:prog1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:t-622-arti-12-1:prog1 [2012/02/08 18:02] – [Tasks] stephan | public:t-622-arti-12-1:prog1 [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 43: | Line 43: | ||
===== Material ===== | ===== Material ===== | ||
* {{: | * {{: | ||
- | * some bigger environments | + | * {{: |
The files in the archive are similar to those in the first lab. | The files in the archive are similar to those in the first lab. | ||
Line 53: | Line 53: | ||
- Setup the simulator as shown in this picture: | - Setup the simulator as shown in this picture: | ||
{{: | {{: | ||
- | - If there is a second role called "R in the game, leave it as " | + | - If there is a second role called "Random" |
- Run the " | - Run the " | ||
- Now push the " | - Now push the " | ||
Line 66: | Line 66: | ||
* Implement a class " | * Implement a class " | ||
* Distinguish between nodes of the search tree and states! Each node has an associated state, but there may be several nodes that have the same state associated. In addition to a state, a node contains a reference to is parent (unless it is the root node), the move that was taken to get to the node and (if necessary) the path cost associated for getting from the root node to the node. | * Distinguish between nodes of the search tree and states! Each node has an associated state, but there may be several nodes that have the same state associated. In addition to a state, a node contains a reference to is parent (unless it is the root node), the move that was taken to get to the node and (if necessary) the path cost associated for getting from the root node to the node. | ||
+ | |||
+ | For developing an admissible heuristics: | ||
+ | * Remember: The cost of the optimal solution of a relaxation of the problem is an admissible heuristics. How could you relax the problem, such that you instantly know the cost of the optimal solution? | ||
+ | * The maximum of two admissible heuristics is again admissible. The same holds for consistent heuristics. So, if you have two admissible heuristics you can simply take the maximum value of both and you will get an admissible heuristics that is at least as good. | ||
===== Handing In ===== | ===== Handing In ===== | ||
Line 74: | Line 78: | ||
To create the zip file you just edit the " | To create the zip file you just edit the " | ||
- | The deadline is Sunday, 12.02.2012. | + | The deadline is Tuesday, 14.02.2012. You can still hand in after the deadline, but your grade will be lowered by 0.5 for each day your submission is late. |
/var/www/cadia.ru.is/wiki/data/attic/public/t-622-arti-12-1/prog1.1328724155.txt.gz · Last modified: 2024/04/29 13:32 (external edit)