hfuj
Results
1
comments of
hfuj
I don't know what causes this error, but I think there is a bug in pyNSGA2/allocate.c. line 33: ind->gene = (int **)malloc(global.nbin*sizeof(int)); -> ind->gene = (int **)malloc(global.nbin*sizeof(int*)); The code before...