-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
76 lines (56 loc) · 2.87 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# "ChangeLog"
2013-08-04 David Fang <[email protected]>
recursive basic strategy evaluation: always compute terminal
set of actions before nonterminal actions, recursively.
2012-09-05 David Fang <[email protected]>
Show/report count using perceived_deck_state.
Bookmark using perceived_deck_state.
Moved counter outside of deck_state.
Factor out counter_base from counter.
2012-08-22 David Fang <[email protected]>
Move player_options from bookmark into struct hand.
Fixes failure to prompt with split option on T,T.
Dealing player hand now uses action_masks on each taken action.
2012-08-17 David Fang <[email protected]>
Use outcome and action enums as indices to arrays and bitfields,
for ease of sane maintenance.
2012-05-13 David Fang <[email protected]>
Restructure strategy to calculate per dealer-reveal card.
This will allow for incremental computation.
2012-04-09 David Fang <[email protected]>
Added precision control for numerical output,
made more consistent by default now.
2012-04-08 David Fang <[email protected]>
Added option to quiz the user on count periodically,
or prior to shuffle.
2012-04-08 David Fang <[email protected]>
Generalized count into a user-definable counter structure,
defined by integer coefficients.
2012-04-07 David Fang <[email protected]>
Track wrong decisions relative to basic/dynamic strategy.
2012-04-05 David Fang <[email protected]>
Accumulate basic/dynamic strategy edges, both a priori (before hand
is dealt), and a posteriori (after seeing initial deal).
The purpose is to tell how lucky your initial hands are.
2012-04-04 David Fang <[email protected]>
Option to show count with edges when dynamic != basic.
2012-04-02 David Fang <[email protected]>
Added option to always-show-dynamic-edge between hands.
2012-04-01 David Fang <[email protected]>
Added bookmarking feature to save 'interesting' hands.
2012-03-30 David Fang <[email protected]>
Fixed edit_deck command, added test cases for single-deck
sensitivity analysis, and sample 6-deck auto-play sessions.
2012-03-26 David Fang <[email protected]>
Separated hit-split-aces from resplit-aces.
Started math documentation.
2012-03-18 David Fang <[email protected]>
Added strategy menu commands for dumping computation information.
2012-03-15 David Fang <[email protected]>
Added regression test infrastructure.
2012-03-15 David Fang <[email protected]>
Build is autotoolized (autoconf, automake, libtool).
2012-03-14 David Fang <[email protected]>
Project relocated to github. Add .gitignore.
Current state of project: there exists an interactive simulator
capable of analyzing count-sensitive edges and optimal actions.