subject
Engineering, 11.10.2019 19:30 rebeccamckellpidge

This problem exercises the basic concepts of game-playing using tic-tac-toe (noughts and crosses) as an example. we define x[n] as the number of rows, columns, or diagonals with exactly n x's and no o's. similarly, o[n] is the number of rows, columns, or diagonals with just n o's. the utility function thus assigns +1 to any position with x[3], = 1 and —1 to any position with o[3], - 1.all other terminal positions have utility 0. we will use a linear evaluation function defined as eval = 3*x[2] + x[1] - (3*o[2] + o[1])approximately how many possible games of tic-tac-toe are there? show the whole game tree starting from an empty board down to depth 2, (i. e., one x and one o on the board), taking symmetry into account. you should have 3 positions at level 1 and 12 at level 2.mark on your tree the evaluations of all the positions at level 2.mark on your tree the backed-up values for the positions at levels 1 and 0, using the minimax algorithm, and use them to choose the best starting move. circle the nodes at level 2 that would not be evaluated if alpha-beta pruning were applied, assuming the nodes are generated in the optimal order for alpha-beta pruning.

ansver
Answers: 2

Another question on Engineering

question
Engineering, 04.07.2019 16:10
An electrical motor raises a 50kg load at a construct velencity .calculate the power of the motor, if it takes 40sec to raise the load through a height of 24m(take g =9.8n/g)
Answers: 2
question
Engineering, 04.07.2019 18:10
The mass flow rate of the fluid remains constant in all steady flow process. a)- true b)- false
Answers: 1
question
Engineering, 04.07.2019 18:10
The higher the astm grain size number, the finer the gran is. a)-true b)-false
Answers: 2
question
Engineering, 04.07.2019 19:10
Which of the following is the most important advantage of a large field of view? a. allows larger areas to be examined b. relieves eyestrain c. minimizes parallax errors. d. increases precision in proportion to the in- crease in field of view
Answers: 2
You know the right answer?
This problem exercises the basic concepts of game-playing using tic-tac-toe (noughts and crosses) as...
Questions
question
Arts, 17.02.2021 02:20
question
Mathematics, 17.02.2021 02:20
question
Mathematics, 17.02.2021 02:20
question
English, 17.02.2021 02:20
question
Health, 17.02.2021 02:20
Questions on the website: 13722363