Class MwByHuman


public class MwByHuman
extends AnalyzeTranscripts
Ranking rule sets by the ease of learning by human players. As requested by PK, 2022-12-22.
  • Field Details

    • infomsg

      public String infomsg
      The JSP page should always print this message. Most often it is just an empty string, anyway; but it may be used for debugging and status messages.
    • savedMws

      public Vector<MwByHuman.MwSeries> savedMws
      Info about each episode gets added here
  • Constructor Details

    • MwByHuman

      public MwByHuman​(MwByHuman.PrecMode _precMode, int _targetStreak, double _defaultMStar, Fmter _fm)
      Parameters:
      _targetStreak - this is how many consecutive error-free moves the player must make (e.g. 10) in order to demonstrate successful learning.
  • Method Details