diff --git a/Sample codes/work.py b/Sample codes/work.py index 142a535..8555ae9 100644 --- a/Sample codes/work.py +++ b/Sample codes/work.py @@ -10,4 +10,15 @@ if __name__ == '__main__': #data = doe (heuristicpath, testfunctionpaths, args) #print(data['Brown']) - representfunc("TestFunctions/Brown.py", forced = True) \ No newline at end of file + representfunc("TestFunctions/Brown.py", forced = True) + + + + +from MDAF import * + +testfunctionpaths = ["@Bukin2.py","@Bukin4.py","@Brown.py"] +heuristicpath = "@SimmulatedAnnealing.py" +args = {"t": 1000, "p": 0.95, "objs": 0} +data = doe (heuristicpath, testfunctionpaths, args) +print(data)