An open API service providing commit metadata for open source projects.

GitHub / microsoft/mwt-ds-explore / commits

SHA Message Author Date Stats
6e3a7124 merge Auto merge mandatory file pr microsoft-github-policy-service[bot] <7****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
eeedb63b Microsoft mandatory file microsoft-github-policy-service[bot] <7****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
f59f6dcb Update README.md Luong Hoang <l****g@l****m> over 10 years ago
7d072f7f Update README.md Luong Hoang <l****g@l****m> over 10 years ago
39779d01 reverted back to single-action interface, to see general changes to the Luong Hoang <l****g@l****m> about 11 years ago
0215acf6 merge Merge branch 'master' of https://github.com/multiworldtesting/explore Luong Hoang <l****g@l****m> about 11 years ago
82295ddf merge Merge branch 'msn' Luong Hoang <l****g@l****m> about 11 years ago
cf3bb3d9 merge Merge branch 'msn' Luong Hoang <l****g@l****m> about 11 years ago
959496e5 merge Merge branch 'master' of https://github.com/multiworldtesting/explore Luong Hoang <l****g@l****m> about 11 years ago
44b687d2 added license file Luong Hoang <l****g@l****m> about 11 years ago
c7d27222 added license file Luong Hoang <l****g@l****m> about 11 years ago
8806cd43 Update README.md Luong Hoang <l****g@l****m> about 11 years ago
2f2dc19d Update README.md Luong Hoang <l****g@l****m> about 11 years ago
30f7bca6 Update README.md Luong Hoang <l****g@l****m> about 11 years ago
868b14ae initonly Luong Hoang <l****g@l****m> about 11 years ago
6bbd7811 const & initonly Luong Hoang <l****g@l****m> about 11 years ago
867ff9b6 marked some members const Luong Hoang <l****g@l****m> about 11 years ago
08d0c4c5 added more try finally to make sure deletes are happening Luong Hoang <l****g@l****m> about 11 years ago
c102b227 added try finally to ensure gchandles are freed properly Luong Hoang <l****g@l****m> about 11 years ago
43c5af25 fixed up func callback for context getnumactions Luong Hoang <l****g@l****m> about 11 years ago
0c0577f6 temp changes for supporting func<> callback to retrieve # of actions. added c... Luong Hoang <l****g@l****m> about 11 years ago
c05265c4 make tau-first thread-safe (windows only for now) Luong Hoang <l****g@l****m> about 11 years ago
86a9526d throw error if softmax or generic results in deterministic probability distri... Luong Hoang <l****g@l****m> about 11 years ago
be2a2ebc added validation for duplicate actions in the list. also when top action is c... Luong Hoang <l****g@l****m> about 11 years ago
d482cee0 fixed sampling without replacement when there're deterministic choices Luong Hoang <l****g@l****m> about 11 years ago
85a7559c normalized indentations Luong Hoang <l****g@l****m> about 11 years ago
ef5f086b normalized indentations Luong Hoang <l****g@l****m> about 11 years ago
e8366d65 removed unnecessary exceptions Luong Hoang <l****g@l****m> about 11 years ago
3b18bf5d fixed bootstrap code & added tests Luong Hoang <l****g@l****m> about 11 years ago
6f130338 added more c# tests Luong Hoang <l****g@l****m> about 11 years ago
18b4fbc8 added sampling without replacement for softmax & generic Luong Hoang <l****g@l****m> about 11 years ago
fc9ea21c removed dead code Luong Hoang <l****g@l****m> over 11 years ago
0897ce3e added some validations on returned actions from default policies Luong Hoang <l****g@l****m> over 11 years ago
edda3da3 most of the changes needed to support list of actions. Luong Hoang <l****g@l****m> over 11 years ago
40ea70e5 initial infrastructure for list of actions Luong Hoang <l****g@l****m> over 11 years ago
4c6770cb added comments & changes after thread safety review Luong Hoang <l****g@l****m> over 11 years ago
307e71a0 fixed possible mem leak with C# StringRecorder class Luong Hoang <l****g@l****m> over 11 years ago
f754236b added comments Luong Hoang <l****g@l****m> over 11 years ago
4dcc7385 added more c++ tests. fixed number of actions using variable action interface... Luong Hoang <l****g@l****m> over 11 years ago
c4473324 reverted back to enforcing context type instead of runtime object to be clear... Luong Hoang <l****g@l****m> over 11 years ago
673dc6b5 moved context type enforcement to ChooseAction route using dynamic cast to al... Luong Hoang <l****g@l****m> over 11 years ago
430d8b8c more tests Luong Hoang <l****g@l****m> over 11 years ago
dd75d368 more tests Luong Hoang <l****g@l****m> over 11 years ago
1c5edd95 added some tests Luong Hoang <l****g@l****m> over 11 years ago
36aec4b9 enabled clr interop for c# variable action context Luong Hoang <l****g@l****m> over 11 years ago
7c0c50dc added variable action context interface c# Luong Hoang <l****g@l****m> over 11 years ago
83095b2a enabled c++ variable-action support Luong Hoang <l****g@l****m> over 11 years ago
5181e931 Added support for toggling exploration Luong Hoang <l****g@l****m> over 11 years ago
badd64de added interface to handle updating policie & scorer functions Luong Hoang <l****g@l****m> over 11 years ago
d409cec5 added ability to update policy & scorer for each explorer type in C# Luong Hoang <l****g@l****m> over 11 years ago
d55a4cbd added ability to update policy & scorer for each explorer type Luong Hoang <l****g@l****m> over 11 years ago
9aad2caf merged with main vw & updated test codes to remove warnings Luong Hoang <l****g@l****m> over 11 years ago
f22612e3 merge Merge branch 'master' into v1 Luong Hoang <l****g@l****m> over 11 years ago
4f15255a keep only code for exploration library Luong Hoang <l****g@l****m> over 11 years ago
6092725a Initial commit Luong Hoang <l****g@l****m> over 11 years ago
6f5e2065 Fixes #89: typedef both vector and pointer via IPolicy instead. Using keyword... Luong Hoang <l****g@l****m> over 11 years ago
65546650 removed policyptr from c# code Luong Hoang <l****g@l****m> over 11 years ago
1d512073 merge Merge remote-tracking branch 'upstream/master' into v1 Luong Hoang <l****g@l****m> over 11 years ago
c04542ef disambiguate to_string Luong Hoang <l****g@l****m> over 11 years ago
0862a057 merge Merge branch 'master' of github.com:JohnLangford/vowpal_wabbit John Langford <j****l@h****t> over 11 years ago
a34ff43f added feature limiting John Langford <j****l@h****t> over 11 years ago
824f0dc5 merge Merge pull request #444 from martinpopel/master John <j****l@h****t> over 11 years ago
027f76d7 Adding --examples 100 to the test, so 0002.autolink.predict is smaller. Martin Popel <p****l@u****z> over 11 years ago
0331b2a5 merge Merge remote-tracking branch 'upstream/master' Martin Popel <p****l@u****z> over 11 years ago
ab6beb13 fixed --autolink Martin Popel <p****l@u****z> over 11 years ago
bd5c388e fix compile warnings John Langford <j****l@n****)> over 11 years ago
bb8f6716 fixed polityptr breakage John Langford <j****l@h****t> over 11 years ago
3938e31b merge Merge pull request #442 from nicknussbaum/master John <j****l@h****t> over 11 years ago
e4791b40 merge Merge pull request #443 from sidsen/v1 John <j****l@h****t> over 11 years ago
932cc273 Revert "made label type explicit for examples" John Langford <j****l@h****t> over 11 years ago
9bac61cc Revert "using label_data in gd.cc" John Langford <j****l@h****t> over 11 years ago
48b3eb72 Revert "fix example type for lbfgs" John Langford <j****l@h****t> over 11 years ago
e2ce29fd fix example type for lbfgs John Langford <j****l@n****)> over 11 years ago
59ccfb43 #88: renamed vw_scorer Luong Hoang <l****g@l****m> over 11 years ago
51ae4054 #88: moved cvify::predictions to vw_scorer Luong Hoang <l****g@l****m> over 11 years ago
964650ee using label_data in gd.cc John Langford <j****l@n****)> over 11 years ago
18771e81 #88: moved count & counter from cbify to vw_scorer Luong Hoang <l****g@l****m> over 11 years ago
7abdd84e #88: removed tau from cbify. modified predict_or_learn_first code to be cleaner Luong Hoang <l****g@l****m> over 11 years ago
1b5336b1 #88: removed bags from cbify. also removed extra code. Luong Hoang <l****g@l****m> over 11 years ago
e5af356c #88: removed epsilon from cbify. also removed unused choose_action code Luong Hoang <l****g@l****m> over 11 years ago
b46ca4d0 made label type explicit for examples John Langford <j****l@n****)> over 11 years ago
b39add97 #88: embedded relevant mwt objects into cbify struct Luong Hoang <l****g@l****m> over 11 years ago
09e14f02 #83: added note to Bootstrap explorer to inform users that policy pointers mu... Luong Hoang <l****g@l****m> over 11 years ago
0dc62a0e fixes #30 Luong Hoang <l****g@l****m> over 11 years ago
edbbbcf1 Fixes #89: defined an alias template to abbreviate the declaration of smart p... Luong Hoang <l****g@l****m> over 11 years ago
da7d435a fixes #86: added /doc to compiler Luong Hoang <l****g@l****m> over 11 years ago
545467da added doxygen module description to link to sample code. also updated .chm file Luong Hoang <l****g@l****m> over 11 years ago
1e5afdd8 added links to sample files in html docs Luong Hoang <l****g@l****m> over 11 years ago
eb86aa3a Added .chm documentation for exploration library v0 Luong Hoang <l****g@l****m> over 11 years ago
d3cc5c7c #87: modified doxy config and code comments to nicely group things into separ... Luong Hoang <l****g@l****m> over 11 years ago
909105fc #87: modified doxyfile configuration for compressed html .chm format generation Luong Hoang <l****g@l****m> over 11 years ago
0db8ba5c #87: modified comments for doxygen html generation Luong Hoang <l****g@l****m> over 11 years ago
04b7a0ba merge Merge branch 'v0' of https://github.com/sidsen/vowpal_wabbit into v0 Luong Hoang <l****g@l****m> over 11 years ago
3b1c74ac finished adding docs to C# interface Luong Hoang <l****g@l****m> over 11 years ago
8b3fd4fe tweaks to comments sidsen <s****1@g****m> over 11 years ago
b0e1db74 merge Merge branch 'v0' of https://github.com/sidsen/vowpal_wabbit into v0 Siddhartha Sen <s****1@g****m> over 11 years ago
f35b2b48 Comment cleaning sidsen <s****1@g****m> over 11 years ago
79cf1273 added flush argument to GetRecording for C# interface Luong Hoang <l****g@l****m> over 11 years ago
b6c6831f Added more comments to c# interface Luong Hoang <l****g@l****m> over 11 years ago
0a7206f6 Added comments to C# sample code Luong Hoang <l****g@l****m> over 11 years ago

← Back to repository