Exemple #1
0
def nlopt_get_initial_step(*args):
    return _nlopt.nlopt_get_initial_step(*args)
Exemple #2
0
def nlopt_get_initial_step(opt, dx):
    return _nlopt.nlopt_get_initial_step(opt, dx)
Exemple #3
0
def nlopt_get_initial_step(*args):
  return _nlopt.nlopt_get_initial_step(*args)
Exemple #4
0
def nlopt_get_initial_step(opt, dx):
    return _nlopt.nlopt_get_initial_step(opt, dx)