Luong Hoang
|
ee2409ced8
|
updated ignore
|
2015-06-23 12:03:00 -04:00 |
Luong Hoang
|
e434323630
|
updated prg usage
|
2015-06-22 17:24:00 -04:00 |
Luong Hoang
|
76cee2b9ea
|
updated hash computation
|
2015-06-22 17:19:24 -04:00 |
Luong Hoang
|
59a6b3bba0
|
added murmurhash3
|
2015-06-22 16:26:30 -04:00 |
Luong Hoang
|
9c4fde409a
|
translated prg
|
2015-06-22 13:44:00 -04:00 |
Luong Hoang
|
fd6d859fd6
|
renamed to DecisionTuple
|
2015-06-18 17:45:47 -04:00 |
Luong Hoang
|
a16545cbf6
|
all existing tests passed
|
2015-06-18 11:20:08 -04:00 |
Luong Hoang
|
82315724d3
|
fixed sample code
|
2015-06-18 11:17:11 -04:00 |
Luong Hoang
|
09b7b3c010
|
mwtexplorer & fixed tests
|
2015-06-18 10:55:57 -04:00 |
Luong Hoang
|
1c8baae3f8
|
delete unused code
|
2015-06-18 10:47:39 -04:00 |
Luong Hoang
|
9dd9fe0b08
|
Merge branch 'master' of https://github.com/multiworldtesting/explore-csharp
|
2015-06-18 02:06:20 -04:00 |
Luong Hoang
|
6a7b383a1a
|
bootstrap & code-complete
|
2015-06-18 02:06:08 -04:00 |
Luong Hoang
|
30e592e25d
|
generic
|
2015-06-18 01:54:28 -04:00 |
Luong Hoang
|
09f8538519
|
softmax
|
2015-06-18 01:42:47 -04:00 |
Luong Hoang
|
da8d9ce13b
|
tau-first
|
2015-06-18 01:25:45 -04:00 |
Luong Hoang
|
c3569037b6
|
epsilon greedy
|
2015-06-18 01:12:43 -04:00 |
Luong Hoang
|
58836c240b
|
Update README.md
|
2015-06-18 00:07:11 -04:00 |
Luong Hoang
|
6e383981a4
|
restructuring
|
2015-06-18 00:04:48 -04:00 |
Luong Hoang
|
7b4297cbbd
|
initial infrastructure
|
2015-06-17 23:53:51 -04:00 |
Luong Hoang
|
39779d01ad
|
reverted back to single-action interface, to see general changes to the
interface compared to the last version, view diff with
4c6770cb80
|
2015-06-04 17:22:47 -04:00 |
Luong Hoang
|
0215acf61c
|
Merge branch 'master' of https://github.com/multiworldtesting/explore
|
2015-05-20 18:29:31 -04:00 |
Luong Hoang
|
82295ddf7f
|
Merge branch 'msn'
|
2015-05-20 17:52:57 -04:00 |
Luong Hoang
|
cf3bb3d93c
|
Merge branch 'msn'
|
2015-05-18 09:40:29 -04:00 |
Luong Hoang
|
959496e591
|
Merge branch 'master' of https://github.com/multiworldtesting/explore
|
2015-05-15 15:58:11 -04:00 |
Luong Hoang
|
44b687d250
|
added license file
|
2015-05-15 15:57:51 -04:00 |
Luong Hoang
|
c7d2722255
|
added license file
|
2015-05-15 15:57:20 -04:00 |
Luong Hoang
|
8806cd4382
|
Update README.md
|
2015-05-14 16:48:25 -04:00 |
Luong Hoang
|
2f2dc19d0d
|
Update README.md
|
2015-05-14 16:47:46 -04:00 |
Luong Hoang
|
30f7bca679
|
Update README.md
|
2015-05-14 16:07:52 -04:00 |
Luong Hoang
|
868b14aecf
|
initonly
|
2015-05-11 18:27:26 -04:00 |
Luong Hoang
|
6bbd781128
|
const & initonly
|
2015-05-11 18:23:47 -04:00 |
Luong Hoang
|
867ff9b648
|
marked some members const
|
2015-05-11 18:20:20 -04:00 |
Luong Hoang
|
08d0c4c500
|
added more try finally to make sure deletes are happening
|
2015-05-11 17:56:33 -04:00 |
Luong Hoang
|
c102b2278a
|
added try finally to ensure gchandles are freed properly
|
2015-05-11 17:47:38 -04:00 |
Luong Hoang
|
43c5af2500
|
fixed up func callback for context getnumactions
|
2015-05-11 17:29:15 -04:00 |
Luong Hoang
|
0c0577f66e
|
temp changes for supporting func<> callback to retrieve # of actions. added comments from thread safety review.
|
2015-05-11 16:11:26 -04:00 |
Luong Hoang
|
c05265c4a8
|
make tau-first thread-safe (windows only for now)
|
2015-05-11 13:11:31 -04:00 |
Luong Hoang
|
86a9526ddf
|
throw error if softmax or generic results in deterministic probability distribution.
|
2015-05-11 10:29:00 -04:00 |
Luong Hoang
|
be2a2ebccc
|
added validation for duplicate actions in the list. also when top action is chosen, insert making sure no duplicate exists
|
2015-05-11 10:25:11 -04:00 |
Luong Hoang
|
d482cee070
|
fixed sampling without replacement when there're deterministic choices
|
2015-05-10 18:21:00 -04:00 |
Luong Hoang
|
85a7559cb5
|
normalized indentations
|
2015-05-09 17:40:24 -04:00 |
Luong Hoang
|
ef5f086b3d
|
normalized indentations
|
2015-05-09 17:39:25 -04:00 |
Luong Hoang
|
e8366d652f
|
removed unnecessary exceptions
|
2015-05-09 16:27:16 -04:00 |
Luong Hoang
|
3b18bf5daf
|
fixed bootstrap code & added tests
|
2015-05-09 16:11:13 -04:00 |
Luong Hoang
|
6f130338ad
|
added more c# tests
|
2015-05-09 14:36:10 -04:00 |
Luong Hoang
|
18b4fbc825
|
added sampling without replacement for softmax & generic
|
2015-05-09 12:48:52 -04:00 |
Luong Hoang
|
fc9ea21c7f
|
removed dead code
|
2015-05-09 10:20:05 -04:00 |
Luong Hoang
|
0897ce3e3b
|
added some validations on returned actions from default policies
|
2015-05-09 10:16:06 -04:00 |
Luong Hoang
|
edda3da313
|
most of the changes needed to support list of actions.
|
2015-05-08 23:46:55 -04:00 |
Luong Hoang
|
40ea70e5b7
|
initial infrastructure for list of actions
|
2015-05-08 17:27:27 -04:00 |