Dario Izzo
Dario Izzo
We are slowly abandoning support for pypi wheels ... any reason not to use conda? On Mon, 21 Feb 2022, 13:51 James Tomlinson, ***@***.***> wrote: > Is there any update...
We have discontibued the windows pip packages and currently only maintain the linux ones. I do not see any major issues in having pip packages on osx (like the linux...
any idea on how thats done?
Pagmo does not see the difference between linear and non linear constraints. All constraint are treated as non linear except the box bound constraints (lb and in). I agree the...
This simple code snippet illustrates the issue: ```python import pygmo as pg class my_uda: def __init__(self): self.bfe = pg.bfe(pg.mp_bfe()) def evolve(self, pop): n = pop.problem.get_nx() self.bfe(prob, [1]*n*len(pop.get_x())) return pop algo...
For the case of a pool, one could use this: https://stackoverflow.com/questions/6974695/python-process-pool-non-daemonic
That would be the ```dask island``` and a ```bfe_dask``` right?
I do not understand, though, what should the tarball contain?
I do not hink this model applies to pygmo. pygmo are bindings of a C++ project with many third party libraries linked to it and the setup.py (wheel_setup.py), is here:...
Nor to tarball the directory structure that is created during the various CIs and that is ultimately creating the wheel, as that structure, without the various libraries (.so, ,dll .dylib)...