Uses of Record Class
com.knezevic.edaf.v3.persistence.query.BoxPlotStats
Packages that use BoxPlotStats
Package
Description
Read-side query models and repository contracts.
-
Uses of BoxPlotStats in com.knezevic.edaf.v3.persistence.query
Methods in com.knezevic.edaf.v3.persistence.query that return BoxPlotStatsModifier and TypeMethodDescriptionExperimentAnalytics.bestFitnessBox()Returns the value of thebestFitnessBoxrecord component.ExperimentAnalytics.evaluationsBox()Returns the value of theevaluationsBoxrecord component.ExperimentAnalytics.runtimeMillisBox()Returns the value of theruntimeMillisBoxrecord component.Constructors in com.knezevic.edaf.v3.persistence.query with parameters of type BoxPlotStatsModifierConstructorDescriptionExperimentAnalytics(String experimentId, String objectiveDirection, Double targetFitness, String targetSource, long totalRuns, long completedRuns, long successfulRuns, double successRate, Double ert, Double sp1, BoxPlotStats bestFitnessBox, List<Double> bestFitnessValues, BoxPlotStats runtimeMillisBox, BoxPlotStats evaluationsBox, List<ConfidenceBandPoint> convergence95Ci, List<ProfilePoint> successVsBudget, List<HistogramBin> timeToTargetHistogram, List<ProfilePoint> ecdfTotalRuns, List<ProfilePoint> ecdfSuccessfulRuns, List<ProfilePoint> dataProfile, List<ProfilePoint> performanceProfile) Creates an instance of aExperimentAnalyticsrecord class.