Closed nikohansen closed 4 years ago
With the current version (development
branch), I don't see this warning showing up anymore with the above algorithms:
C:\Users\dimo\Desktop>python -m cocopp bbob/.*AMAL
Post-processing (1)
Using:
C:\Users\dimo\.cocopp\data-archives\coco.gforge.inria.fr\data-archive\bbob\2009\AMALGAM_bosman_noiseless.tgz
C:\Users\dimo\.cocopp\data-archives\coco.gforge.inria.fr\data-archive\bbob\2009\iAMALGAM_bosman_noiseless.tgz
Post-processing (2+)
loading data...
Data consistent according to consistency_check() in pproc.DataSet
using: C:\Users\dimo\.cocopp\data-archives\coco.gforge.inria.fr\data-archive\bbob\2009\AMALGAM_bosman_noiseless.tgz
Data consistent according to consistency_check() in pproc.DataSet
using: C:\Users\dimo\.cocopp\data-archives\coco.gforge.inria.fr\data-archive\bbob\2009\iAMALGAM_bosman_noiseless.tgz
Will generate output data in folder ppdata\AMALG_iAMAL
this might take several minutes.
ECDF runlength ratio graphs...
done (Mon Jun 15 09:45:38 2020).
ECDF runlength graphs...
done (Mon Jun 15 09:45:43 2020).
ECDF graphs per noise group...
Loading best algorithm data from refalgs/best2009-bbob.tar.gz ...
archive extracted to folder c:\users\dimo\anaconda3\lib\site-packages\cocopp-2.3.3.67-py3.7.egg\cocopp\refalgs\.extracted_best2009-bbob ...
Data consistent according to consistency_check() in pproc.DataSet
using: c:\users\dimo\anaconda3\lib\site-packages\cocopp-2.3.3.67-py3.7.egg\cocopp\refalgs/best2009-bbob.tar.gz
done (Mon Jun 15 09:45:45 2020).
done (Mon Jun 15 09:45:52 2020).
ECDF graphs per function group...
[...]
Looks like, this issue can be closed.
Fixed in a recent comment by @nikohansen.
There is a
RuntimeWarning
from post-processing some of our 2009 data for which I wonder whether we should address this in some way or another?There may be a small chance that it is related to #1466