WBST meta optimizer serves to prepare config files and WBST test folds for wbst_results_optimizer's genetic algorithm.
Mainly, it requires only basic parameters needed by wbst optimizer to put them into config file. All config files and folds are saved into workdir.

Command line only options:
  --help                		- Prints help message
  --cfg-file arg        		- Command for config file input

Basic options:
  --wbst-tester arg			- Path for WBST tester
  --nodes arg (=2)              	- Number of nodes available for computation
  --hostfile-path arg           	- Hostfile for mpirun, provided by administrator
  --seed arg                    	- Seed for randomize function
  --folds-num arg               	- Number of folds
  --workdir arg                 	- Path for output folds
  --wbst-test arg               	- File with WBST tests to be divided into folds
  --matrix-path arg             	- Path with matrix
  --flex arg (=subst)           	- Flex class for wbst files
  --load-ccs                    	- Whether matrix should be load using ccs file or not
  --function-file arg           	- File with function to be parsed
  --parents-population-size arg 	- Size of parents' population for genetic algorithm
  --children-population-size arg	- Size of children population for genetic algorithm
  --iterations arg              	- Number of iterations for genetic algorithm

