-
Seems like an obvious thing to do. I think the scores needed to construct the Pareto fronts are already logged, but there is no plotting mechanism. However, in the past, hypervolume was calculated aft…
-
Hi,
I'm probably doing something wrong but I tried to adapt the example from https://github.com/accosmin-org/libnano/blob/master/example/src/minimize.cpp with a different cost function
- definit…
-
I get an error when warm-starting GAMA with a set of pipelines (using AsynchEA). When i set n_jobs = 4, I have no issues and the warm-starting executes correctly, but when I set this parameter to a hi…
-
### What happened?
When I run the script t_Pagmo_std.py using master & pagmo 2.19.0 (https://github.com/esa/pagmo2/archive/refs/tags/v2.19.0.tar.gz) I get a segfault. Using gdb, the backtrace is:
``…
-
```
import tempfile
# We create a temporary folder for demonstration purposes
td = tempfile.TemporaryDirectory()
results_folder = td.name
# Create the algorithm with the results folder
nsga2 =…
-
* Evolutionary Forest version:lastest from pip
* Python version:3.8
* Operating System:ubuntu 18.04
### Description
It seem something is wrong when running your example code
```
import rando…
-
When argument `Verbose=True` is applied to the `minimize()` method using UNSGA3 algorithm, the following error is encountered after the first iteration (generation):
```ValueError: zero-size array …
-
`from pymoo.operators.survival.rank_and_crowding import RankAndCrowding` results in `ModuleNotFoundError: No module named 'pymoo.operators.survival.rank_and_crowding'`. A la NSGA2. `pip install -U pym…
-
Issue #911 is to save the whole archive of Minecraft shapes at the end, but this doesn't help with runs using pure fitness, such as NSGA2. So, we need a similar solution that saves the whole final pop…
-
I ran the following script on my laptop (and several other environments), and it prints that the length of my final history is only 64. I ran 10 generations with a pop size 10, I was expecting to see…