README.md | ||
test |
DroidEvolver
We would like to demonstrate that this is only the raw version of the code for the core modules of DroidEvolver. We are doing code cleanup and adding comments to improve code readibility. All code will be uploaded if our paper is accepted.
Available code:
- Model pool construction
- Classification and evolvement
Upcoming:
- Preprocessor
- Feature extraction
- Vector generation
Requirements:
Pylibol, scipy == 1.1.0, numpy ==1.15.2
Instruction:
- Model pool construction
python model_pool_construction.py --starting s
s = directory of initialization data
- Classification and evovement
python classification_evolvement.py --past p --current c --starting s --low l --high h --buffer b
p = directory of previous data
c = directory of current data
s = directory of initialization data
l = low threshold value
h = high threshold value
b = buffer size