Now ATIDLAS is standalone. Everything dynamic....
This commit is contained in:
@@ -4,6 +4,6 @@ import numpy as np
|
||||
|
||||
from genetic import GeneticOperators
|
||||
|
||||
def genetic(statement, device, TemplateType, build_template, compute_perf, perf_metric, out):
|
||||
GA = GeneticOperators(device, statement, TemplateType, build_template, out)
|
||||
def genetic(symbolic, Template, compute_perf, perf_metric, out):
|
||||
GA = GeneticOperators(symbolic, Template, out)
|
||||
return GA.optimize(maxtime='2m30s', maxgen=1000, compute_perf=compute_perf, perf_metric=perf_metric)
|
||||
|
Reference in New Issue
Block a user