When using pymoode with GDE3 (and pcd ranking) and a small population size, the Code runs into an error in metrics.py. It happens somewhere in the compiled Code (pymoode.cython.mnn and pymoode.cython.pruning_cd). When we use the Python Code (pymoode.misc.mnn and pymoode.misc.pruning_cd) everything works fine.
It seems that the algorithm runs out of space (solutions/population) to manage the results.
When using pymoode with GDE3 (and pcd ranking) and a small population size, the Code runs into an error in metrics.py. It happens somewhere in the compiled Code (pymoode.cython.mnn and pymoode.cython.pruning_cd). When we use the Python Code (pymoode.misc.mnn and pymoode.misc.pruning_cd) everything works fine.
It seems that the algorithm runs out of space (solutions/population) to manage the results.