예제 #1
0
파일: test_mogi4.py 프로젝트: vt100/mystic
 def C3(x):
     "Cost function constructed by hand"
     from test_mogi2 import cost_function
     return cost_function(x)
예제 #2
0
    def C3(x):
        "Cost function constructed by hand"
        from test_mogi2 import cost_function

        return cost_function(x)