Exemplo n.º 1
0
def nlopt_get_initial_step(*args):
    return _nlopt.nlopt_get_initial_step(*args)
Exemplo n.º 2
0
Arquivo: nlopt.py Projeto: coin-or/oBB
def nlopt_get_initial_step(opt, dx):
    return _nlopt.nlopt_get_initial_step(opt, dx)
Exemplo n.º 3
0
def nlopt_get_initial_step(*args):
  return _nlopt.nlopt_get_initial_step(*args)
Exemplo n.º 4
0
def nlopt_get_initial_step(opt, dx):
    return _nlopt.nlopt_get_initial_step(opt, dx)