autotune
autotune copied to clipboard
CreateExperiment Handler
1.1 create Local storage MAP to store experiments and writes some convince method to fetch experiment details ExperimentDetails ConcurrentHashMap - experimentNameMap getAllexperiments() getExperiment(String expName) getExperiment(String expename,int trailNo) getExperimentTrialStatus(String expename,int trailNo) setExperimentTrial Status(String expename,int trailNo) addExperiment(string expName,Hashmap trialsMap)
1.2 Read JSON and convert to Exp object Push details to Local storage Map using following steps getExperiment(String expename,int trailNo) getExperimentTrialStatus(String expename,int trailNo) addExperiment(string expName,Hashmap trialsMap)
Push it to task queue
1.3 Update API.md for createExperiment