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

Introduce Calculate Elo API for external use. #1742

Merged
merged 1 commit into from
Aug 19, 2023

Commits on Aug 19, 2023

  1. Introduce Calculate Elo API for external use.

    This should make it possible for external use to calculate the ELo based on Either (Ptnml or WDL) and elo0, elo1 bounds (elo_model is optional and defaults to "normalized").
    
    The format is:
    https://tests.stockfishchess.org/api/calc_elo?LL=93&LD=18711&DDWL=58877&WD=18739&WW=100&elo0=-1.75&elo1=0.25
    
    needs testing.
    
    Introduce Calculate Elo API for external use.
    
    This should make it possible for external use to calculate the ELo based on Either (Ptnml or WDL) and elo0, elo1 bounds (elo_model is optional and defaults to "normalized").
    
    The format is:
    https://tests.stockfishchess.org/api/calc_elo?LL=93&LD=18711&DDWL=58877&WD=18739&WW=100&elo0=-1.75&elo1=0.25
    
    needs testing.
    
    Introduce Calculate Elo API for external use.
    
    This should make it possible for external use to calculate the ELo based on Either (Ptnml or WDL) and elo0, elo1 bounds (elo_model is optional and defaults to "normalized").
    
    The format is:
    https://tests.stockfishchess.org/api/calc_elo?LL=93&LD=18711&DDWL=58877&WD=18739&WW=100&elo0=-1.75&elo1=0.25
    
    needs testing.
    peregrineshahin committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5e966eb View commit details
    Browse the repository at this point in the history