Gao

Results 52 comments of Gao

Sorry, seems I got another problem. The result validation seems not right...

Just use the validation part of the code

Ok I got it. Just confirm that you will also get the err when using the validation code? You are right, but the err may not reach to 0.01 because...

Hello, finally I found out the reason why I get err in the validation part. There is a bug in the validation code. There is no need to perform ```graph->ConstructGraph()```...

For example, in ```GraphVec.h```, ```col_ind[v1].push_back(v2);``` so when constructing graph again in the validation, out_degree can become twice over the original graph since ```col_ind```has values.