autoweka
Class Trajectory.Point

java.lang.Object
  extended by autoweka.Trajectory.Point
Enclosing class:
Trajectory

public static class Trajectory.Point
extends java.lang.Object

Representation of a single point along the optimisation run


Nested Class Summary
static class Trajectory.Point.SpecificInstanceInfo
           
 
Field Summary
 java.lang.String mArgs
          The arg string that was used for the wrapper on this trajectory point
 double mErrorEstimate
          The estimate of the error at this point in the trajectory that the SMBO method believes is true
 double mTime
          The time that this point was found by the SMBO method
 java.util.ArrayList<Trajectory.Point.SpecificInstanceInfo> specificInstanceInfo
          Any extra data (aka trajectoryPointExtras) on given instance strings for this point
 
Constructor Summary
Trajectory.Point(double time, double errorEstimate, java.lang.String args)
           
 
Method Summary
 java.lang.String getArgs()
           
 double getErrorEstimate()
           
 double getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mTime

public double mTime
The time that this point was found by the SMBO method


mErrorEstimate

public double mErrorEstimate
The estimate of the error at this point in the trajectory that the SMBO method believes is true


mArgs

public java.lang.String mArgs
The arg string that was used for the wrapper on this trajectory point


specificInstanceInfo

public java.util.ArrayList<Trajectory.Point.SpecificInstanceInfo> specificInstanceInfo
Any extra data (aka trajectoryPointExtras) on given instance strings for this point

Constructor Detail

Trajectory.Point

public Trajectory.Point(double time,
                        double errorEstimate,
                        java.lang.String args)
Method Detail

getTime

public double getTime()

getErrorEstimate

public double getErrorEstimate()

getArgs

public java.lang.String getArgs()