Class MlcEntry

java.lang.Object
edu.wisc.game.sql.MlcEntry

@Entity
public class MlcEntry
extends Object
An MlcEntry contains the data for a (participant, ruleset, run) tuple. The data is condensed from the appropriate lines of a CSV file submitted by an MLC participant.

An MlcEntry has the "learned" boolean field, which indicates whether the participant (an ML algo) has demonstrated its mastering of the rule set (in this run, at any rate) by ending the run with a required number of error-free episodes.