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

Use integer weights #8

Open
fyrchik opened this issue Sep 9, 2020 · 2 comments
Open

Use integer weights #8

fyrchik opened this issue Sep 9, 2020 · 2 comments
Labels
discussion Open discussion of some problem I0 Maximum impact S4 Routine U4 Nothing urgent

Comments

@fyrchik
Copy link

fyrchik commented Sep 9, 2020

float weights are cumbersome. We can use integer ones (or some kind of decimals) as they are easier to work with in multiple languages.

@alexvanin
Copy link

I think it is possible to normalize values, considering 1.0 as math.MaxUint64 (32, 16?) and 0.0 as 0.

@fyrchik
Copy link
Author

fyrchik commented Sep 11, 2020

Actually we can use both and corresponding suffix to function names (U64, F64).

@roman-khimov roman-khimov added U4 Nothing urgent S4 Routine I0 Maximum impact labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Open discussion of some problem I0 Maximum impact S4 Routine U4 Nothing urgent
Projects
None yet
Development

No branches or pull requests

3 participants