def set_population(self, *args): return _nlopt.opt_set_population(self, *args)
def set_population(*args): return _nlopt.opt_set_population(*args) def set_initial_step(*args): return _nlopt.opt_set_initial_step(*args)
def set_population(self, *args): return _nlopt.opt_set_population(self, *args) def get_vector_storage(self): return _nlopt.opt_get_vector_storage(self)
def set_population(self, population): return _nlopt.opt_set_population(self, population)