Example #1
0
def algorithm_name(*args):
    return _nlopt.algorithm_name(*args)
Example #2
0
File: nlopt.py Project: coin-or/oBB
def algorithm_name(a):
    return _nlopt.algorithm_name(a)
Example #3
0
def algorithm_name(*args):
  return _nlopt.algorithm_name(*args)
Example #4
0
def algorithm_name(a):
    return _nlopt.algorithm_name(a)