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