Uses of Class
neqsim.process.ml.EpisodeRunner.BenchmarkResult
Packages that use EpisodeRunner.BenchmarkResult
-
Uses of EpisodeRunner.BenchmarkResult in neqsim.process.ml
Methods in neqsim.process.ml that return EpisodeRunner.BenchmarkResultModifier and TypeMethodDescriptionEpisodeRunner.benchmark(Controller controller, int numEpisodes, int maxStepsPerEpisode) Run multiple episodes and compute statistics.Methods in neqsim.process.ml that return types with arguments of type EpisodeRunner.BenchmarkResultModifier and TypeMethodDescriptionEpisodeRunner.compareControllers(List<Controller> controllers, int numEpisodes, int maxStepsPerEpisode) Compare multiple controllers.Method parameters in neqsim.process.ml with type arguments of type EpisodeRunner.BenchmarkResultModifier and TypeMethodDescriptionstatic voidEpisodeRunner.printComparison(List<EpisodeRunner.BenchmarkResult> results) Print comparison table.