autoweka
Class Trajectory.Point
java.lang.Object
autoweka.Trajectory.Point
- Enclosing class:
- Trajectory
public static class Trajectory.Point
- extends java.lang.Object
Representation of a single point along the optimisation run
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Trajectory.Point
public Trajectory.Point(double time,
double errorEstimate,
java.lang.String args)
getTime
public double getTime()
getErrorEstimate
public double getErrorEstimate()
getArgs
public java.lang.String getArgs()