Uses of Class
dev.dokimos.core.Experiment.Builder
Packages that use Experiment.Builder
-
Uses of Experiment.Builder in dev.dokimos.core
Methods in dev.dokimos.core that return Experiment.BuilderModifier and TypeMethodDescriptionSets an asynchronous task that produces aTaskResultas aCompletableFuture.Experiment.Builder.autoCloseReporter(boolean autoCloseReporter) Controls whetherExperiment.run()closes the reporter after the run completes.static Experiment.BuilderExperiment.builder()Sets the dataset.Experiment.Builder.description(String description) Sets the description.Adds a single evaluator to the experiment.Experiment.Builder.evaluators(List<Evaluator> evaluators) Adds multiple evaluators to the experiment.Experiment.Builder.measuredTask(MeasuredTask measuredTask) Sets a measured task that carriesCallMetricsthrough to eachItemResult.Adds a metadata entry to the experiment.Adds multiple metadata entries to the experiment.Sets the experiment name.Experiment.Builder.parallelism(int parallelism) Sets the level of parallelism for running the experiment.Sets the reporter for this experiment.Experiment.Builder.runs(int runs) Sets the number of times to run the experiment.Sets the task.