def last_optimum_value(self): return _nlopt.opt_last_optimum_value(self)
def last_optimum_value(*args): return _nlopt.opt_last_optimum_value(*args) def get_algorithm(*args): return _nlopt.opt_get_algorithm(*args)
def last_optimum_value(self): return _nlopt.opt_last_optimum_value(self) def get_algorithm(self): return _nlopt.opt_get_algorithm(self)
def last_optimum_value(*args): return _nlopt.opt_last_optimum_value(*args)