Discussion:
Marking of Lab 5
(too old to reply)
Belov Mihhail
2004-04-05 13:33:20 UTC
Permalink
Can you please explain how this program will be marked as most people
will have different scores when inputting the same parameters.


thanks
-Mike
Tsang Wilkie Wai Kei
2004-04-05 20:31:28 UTC
Permalink
since the valid moves are given to us by the given program, we will all be
getting the same valid moves, and we will only take the first occurence of
the minimum/maximum value for the depth.
so shouldn't we be all getting the same outputs as long as our parameters
are the same?

Wilkie
Post by Belov Mihhail
Can you please explain how this program will be marked as most people
will have different scores when inputting the same parameters.
thanks
-Mike
Belov Mihhail
2004-04-06 14:54:01 UTC
Permalink
Yes, the valid moves will be the same list but how you use that list can
be completely different. As you mentioned it will be the same if we all
take and move according to the the first biggest value, but what if you
move according to the last biggest value (which is completely valid).
Then you will have a completely different outcome.


Could one of the TA's please respond how this will be taken into account?

-Mike
Post by Tsang Wilkie Wai Kei
since the valid moves are given to us by the given program, we will all be
getting the same valid moves, and we will only take the first occurence of
the minimum/maximum value for the depth.
so shouldn't we be all getting the same outputs as long as our parameters
are the same?
Wilkie
Post by Belov Mihhail
Can you please explain how this program will be marked as most people
will have different scores when inputting the same parameters.
thanks
-Mike
Loading...