stepeos / pycarmodel_calibration

Calibration tool for the EIDM car following model
GNU General Public License v3.0
5 stars 0 forks source link

GDE3 from pymoode runs into error in compiled Code part. #11

Open Domsall opened 3 months ago

Domsall commented 3 months ago

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.