update bonus for assignment 2
This commit is contained in:
parent
fea099b4f8
commit
a0d996cbdc
@ -25,8 +25,8 @@
|
||||
" # Shuffle the deck of cards\n",
|
||||
" random.shuffle(self.cards)\n",
|
||||
" # Initialize the prior probability\n",
|
||||
"\n",
|
||||
" # code missing here\n",
|
||||
" self.prior_red = 0.5\n",
|
||||
" self.likelihood = 0.5\n",
|
||||
"\n",
|
||||
"\n",
|
||||
" def draw_card(self, index):\n",
|
||||
|
Loading…
Reference in New Issue
Block a user