Commit f489ef57 authored by 段英荣's avatar 段英荣

Merge branch 'similar_sort' into 'master'

mdoify negative val

See merge request !168
parents 1b04e929 3e4def9b
...@@ -11,10 +11,10 @@ import json ...@@ -11,10 +11,10 @@ import json
import pickle import pickle
class LinUCB: class LinUCB:
d = 2 d = 1
alpha = 0.25 alpha = 0.25
r1 = 1 r1 = 1
r0 = -16 r0 = -0.5
default_tag_list = list() default_tag_list = list()
@classmethod @classmethod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment