Git Product home page Git Product logo

Comments (3)

Tellmarch avatar Tellmarch commented on August 11, 2024 1

Problem collections have a difficulty set from 1 star to 5 stars

from playshogi.

timezombi avatar timezombi commented on August 11, 2024

This has been suggested by multiple people already. I think it is an excellent idea! 😄

Perhaps the simplest way to achieve this is to assign each user and puzzle a glicko rating like lichess does for their Puzzles feature. ChessTempo takes the concept a step further by assigning puzzles 2 separate ratings: Blitz and Standard. The Standard rating works exactly as you would expect: 1-0 for correct answer, 0-1 for incorrect answer. However, the Blitz ratings on ChessTempo take time taken to solve a puzzle into account, assigning a bonus or penalty to correct solutions. Additionally, there is a weight applied for to reduce the impact of correct solutions for puzzles that have been previously solved.

The ChessTempo website explains their rating system thoroughly enough to implement:
https://old.chesstempo.com/user-guide/en/tacticRatingSystem.html

Perhaps some of the work done by lichess can prove helpful. Lichess seems to have some sort of Scala wrapper class of this glicko implementation in Java by goochjs/glicko2.

You can draw some additional inspiration by searching for "Puzzles" and "Glicko" in the ornicar/lila repository to find additional inspiration.

The primary disadvantage of doing this over an automated engine evaluation is that getting accurate ratings of puzzles for a puzzle database this large will require a large enough pool of tsumeshogi solvers solving many, many puzzles! Still, having a rating system with an initial amount of high variance will be significantly better than nothing.

Thoughts?

from playshogi.

ddugovic avatar ddugovic commented on August 11, 2024

Having (as a Lichess developer myself) looked at the sausage factory which is the Lichess puzzles & rating system, I've become a vegan. Ratings are complex (especially in players' minds, they need ratings to resemble "real life" ratings)... it would be far simpler to take a hint from book publishers and assign grades to problems (maybe on a 1-5 scale, I don't know).

That said, I could also use a script (with engines of various difficulties) to assist with the problem grading task.

from playshogi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.