See Readme From https://github.com/cameronfabbri/Day-Night-Classification
Set mnist_on on in RSO.py
- Run mylhs.py to get the LHS design points for a given range of Hypes
- Run RSO.py with RSO_use flag on to get RSO results into res/mnist_rso.csv
- Run RSO.py with hyperopt_use flag on to get HP result
- Run RSO.py with hype_given flag on to get final results of RSO vs HP.
We don't need to make data folder etc, directly run RSO.py with desired flags, so set
- hyperopt_use=1 to use HyperOpt library.
- RSO_use=1 to get the experimental points results for RSO.
- hype_given=1 to get the test accuracies for a given Hyperparameter (like output of RSO) on different noise levels.