コード例 #1
0
ファイル: nlopt.py プロジェクト: daramasala/node-nlopt
 def set_local_optimizer(self, *args):
     return _nlopt.opt_set_local_optimizer(self, *args)
コード例 #2
0
ファイル: nlopt.py プロジェクト: ImageGuidedTherapyLab/ExLib
 def set_local_optimizer(*args): return _nlopt.opt_set_local_optimizer(*args)
 def get_population(*args): return _nlopt.opt_get_population(*args)
コード例 #3
0
ファイル: nlopt.py プロジェクト: NoviaDroid/MarioDifficulty
 def set_local_optimizer(self, *args):
     return _nlopt.opt_set_local_optimizer(self, *args)
コード例 #4
0
ファイル: nlopt.py プロジェクト: coin-or/oBB
 def set_local_optimizer(self, lo):
     return _nlopt.opt_set_local_optimizer(self, lo)
コード例 #5
0
 def set_local_optimizer(self, lo):
     return _nlopt.opt_set_local_optimizer(self, lo)