コード例 #1
0
ファイル: nlopt.py プロジェクト: daramasala/node-nlopt
 def get_maxtime(self):
     return _nlopt.opt_get_maxtime(self)
コード例 #2
0
ファイル: nlopt.py プロジェクト: ImageGuidedTherapyLab/ExLib
 def get_maxtime(*args): return _nlopt.opt_get_maxtime(*args)
 def set_maxtime(*args): return _nlopt.opt_set_maxtime(*args)
コード例 #3
0
ファイル: nlopt.py プロジェクト: coin-or/oBB
 def get_maxtime(self):
     return _nlopt.opt_get_maxtime(self)
コード例 #4
0
ファイル: nlopt.py プロジェクト: MLDL/bayesopt
 def get_maxtime(self): return _nlopt.opt_get_maxtime(self)
 def set_maxtime(self, *args): return _nlopt.opt_set_maxtime(self, *args)
コード例 #5
0
 def get_maxtime(*args):
     return _nlopt.opt_get_maxtime(*args)