1 2 3 4 5 6 7
from model import Model if __name__ == "__main__": m = Model(thetafilename="./theta") print("Cost:", m.cost())