Skip to content

Using mjai-reviewer for analysing tournament games (different rules) #158

Answered by Equim-chan
Sashawarma asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Is it the limitation of mjai-reviewer or Mortal as an engine?

It is a limitation of Mortal.

Regarding negative points, Mortal cannot encode points outside the range of 0 to 100000, and any values beyond this range will be clipped. This is a hard limit.

As for the sum of points, this is a soft limit. If the sum is not 100000, Mortal may still work but in an undefined manner, as it still assumes the sum is 100000.

  1. Whatever is the case, is it possible to fix these issues?

For negative points, it's unlikely without redesigning and retraining. You could try adjusting the points to fit within Mortal's accepted range.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Sashawarma
Comment options

Answer selected by Sashawarma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants