Class Experiment

    • Constructor Detail

      • Experiment

        public Experiment()
    • Method Detail

      • printProgress

        public static void printProgress​(int progress,
                                         int amount)
        Print a progress bar graph to the console.
        Parameters:
        progress - current amount of progress
        amount - overall amount of work
      • parseFileName

        public static String parseFileName​(String[] args)
        Take the experiments arguments and parse the csv file name from the first argument.
        Parameters:
        args - list of arguments
        Returns:
        csv file name
      • parseSeed

        public static long parseSeed​(String[] args)
        Take the experiments arguments and parse the seed from the second argument.
        Parameters:
        args - list of arguments
        Returns:
        random seed