RLPark 1.0.0
Reinforcement Learning Framework in Java

PredictorEvaluator.java

Go to the documentation of this file.
00001 package rlpark.plugin.rltoys.experiments.parametersweep.prediction;
00002 
00003 import rlpark.plugin.rltoys.experiments.parametersweep.interfaces.PerformanceEvaluator;
00004 
00005 public interface PredictorEvaluator extends PerformanceEvaluator {
00006   void registerPrediction(int time, double target, double prediction);
00007 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark