Interface Scorer


public interface Scorer
Score a trial.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    score(Trial trial, List<Variable> variables)
    Score the trial.
  • Method Details

    • score

      double score(Trial trial, List<Variable> variables)
      Score the trial.
      Parameters:
      trial - the trial to score
      Returns:
      the score for the trial