James Tomlinson
James Tomlinson
@RXminuS did you ever resolve this query?
Is there any update on getting the latest wheels on PyPI?
It's the method and format for Python packages endorsed by the PyPA. Conda is also not free for larger commercial organisations. If your reason for dropping PyPI wheels is because...
How long does `evaluation_function2` take to run? Can you see if it is running and completing in a reasonable time? Does it work OK with NSGAII but not NSGAIII, or...
Can you try without the hypervolume lines at the bottom? It might be that each process is stalling trying to display the HV figure?
Sorry, I lost track of this issue. Did you manage to solve the problem? If not, do the algorithms solve individually without using the experiment function?
Both examples are using the `ProcessPoolEvaluator`? Does your function do anything with threads or processes (e.g. uses the `multiprocessing` library)?
I'm afraid its quite difficult to debug without your function unless you can isolate what block/function call is causing it to misbehave.
One option would be to add a small tolerance to your constraint calculation. E.g. ```python abs(S_comercio + S_insumo - S_total) ... problem.constraints[0] = "=
This is caused by the function (in this case whatever `model` is) returning `[False]`, and not a tuple.