コード例 #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
ファイル: test_mogi4.py プロジェクト: uqfoundation/mystic
    def C3(x):
        "Cost function constructed by hand"
        from test_mogi2 import cost_function

        return cost_function(x)