Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a little different with paper #15

Open
laisimiao opened this issue Jun 2, 2021 · 0 comments
Open

a little different with paper #15

laisimiao opened this issue Jun 2, 2021 · 0 comments

Comments

@laisimiao
Copy link

hi, @xl-sr thanks for your clean codes!
I have reviewd the codes, and find when lower bound type is dynamic, the implement is a little different with formula in paper:

elif self._lb_type=='dynamic':
lb = self._lb - (1 - div_scale)
lb = np.clip(lb, 0.0, 1.0)
reject = (curr_sims[0] < lb*base_sim)

Well, it is fc*f1>l*G11 - gamma(sorry for no latex support in github) in paper, however, as above views, it is fc*f1>(l - gamma)*G11?

And another question is about idea. How do you come up with the fomula gamma in paper3.2 to represent diversity of STM templates?
Thank you!Regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant