Package hlcd

Class Paths

java.lang.Object
hlcd.Paths

public class Paths extends Object
A class contains the paths of reading/writing from/to directories and files. The PATH variable contains the directory path of where the output should be written to. The PARAMETERS_PATH variable contains the directory and the file name of the parameters list to be tested. The class ListExecutor is dedicated for reading and testing multiple parameters. In the case where a single run is needed, then the classes SimpleExecutor or ComplexExecutor can be used instead.
Since:
February 2nd, 2022
Version:
1.0
Author:
Maysara Al Jumaily
See Also:
ListExecutor
  • Field Details

    • DEFAULT_PATH

      public static final String DEFAULT_PATH
      The path to save the output to.
      See Also:
      Constant Field Values
    • PARAMETERS_PATH

      public static final String PARAMETERS_PATH
      The path (with the file name and extension) of the list of optimal parameters.
      See Also:
      Constant Field Values