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