Package edu.uiuc.ge.illigal.gale
Base package for GALE software.
See:
Description
Class Summary |
GALE |
Entry point for running GALE environment. |
Package edu.uiuc.ge.illigal.gale Description
Base package for GALE software.
This package contains the main class for GALE
software. It also contains the sub-packages that implement the mechanisms that
defines the evolutionary process proposed by
GALE.
Several options are provided by GALE through
different flags.
- -t <file_name> (required)
Sets the file name of the training data in arff format.
- -c <file_name> (required)
Sets the configuration file for the GALE environment.
- -x <folds> (optional)
Sets the number of folds for cross-validation. Default value is -x 10.
- -h <train_proportion> (optional)
Save the train and test files for hold-out.
- -s (optional)
Save the files used.
- -b (optional)
Save the evolution of the board across the run.
- -T <file_name> (optional)
Disables cross-validation. Test the results using the arff file.