예제 #1
0
 def remove_inequality_constraints(self):
     return _nlopt.opt_remove_inequality_constraints(self)
예제 #2
0
파일: nlopt.py 프로젝트: MLDL/bayesopt
 def remove_inequality_constraints(self): return _nlopt.opt_remove_inequality_constraints(self)
 def remove_equality_constraints(self): return _nlopt.opt_remove_equality_constraints(self)
예제 #3
0
 def remove_inequality_constraints(*args): return _nlopt.opt_remove_inequality_constraints(*args)
 def remove_equality_constraints(*args): return _nlopt.opt_remove_equality_constraints(*args)
예제 #4
0
 def remove_inequality_constraints(*args):
     return _nlopt.opt_remove_inequality_constraints(*args)