Uses of Class
experiment.CompareAlgorithms.AlgoSetup
Packages that use CompareAlgorithms.AlgoSetup
Package
Description
Experiment classes which run individual experiments, as performed for the thesis, and the utility classes used by these experiments.
-
Uses of CompareAlgorithms.AlgoSetup in experiment
Methods in experiment with parameters of type CompareAlgorithms.AlgoSetupModifier and TypeMethodDescriptionstatic voidCompareAlgorithms.run(Stream<Supplier<ArtificialGamePosition>> trees, CompareAlgorithms.AlgoSetup algorithms, SearchAlgorithm.Limits limits, String write_to, Optional<String[]> read_from, int number_of_threads, boolean breakIterationOnSolve, boolean retry_unsolved, int initial_iteration) CompareAlgorithms.run(Stream, AlgoSetup, Duration, Limits, String, Optional, int, int, int, boolean, boolean, boolean, int)with an infinite time limit and without any transposition tables.static voidCompareAlgorithms.run(Stream<Supplier<ArtificialGamePosition>> trees, CompareAlgorithms.AlgoSetup algorithms, SearchAlgorithm.Limits limits, String write_to, Optional<String[]> read_from, int number_of_threads, int number_of_tables, int table_size, boolean breakIterationOnSolve, boolean retry_unsolved, int initial_iteration) static voidCompareAlgorithms.run(Stream<Supplier<ArtificialGamePosition>> trees, CompareAlgorithms.AlgoSetup algorithms, Duration time_limit, SearchAlgorithm.Limits limits, String write_to, Optional<String[]> read_from, int number_of_threads, int number_of_tables, int table_size, boolean saveTimeIntractable, boolean breakIterationOnSolve, boolean retry_unsolved, int initial_iteration) Performs an algorithm comparison on the provided tree generator and algorithm set.