Closed wweic closed 11 years ago
It's repeating "before running" here...
Does it stop? Current Log will be removed when we migrate to glog.
No it stuck at Iteration 9 with 0 active vertices.
BTW, I think you should use int
instead of float
.
On Tue, Apr 2, 2013 at 4:15 PM, Wei Chen notifications@github.com wrote:
Does it stop? Current Log will be removed when we migrate to glog.
— Reply to this email directly or view it on GitHubhttps://github.com/THUKEG/saedb/pull/26#issuecomment-15762189 .
I test it by change variable round
(see inf_max.cpp
) to 1 and it terminates in about 1 min, so you should also terminate while maybe wait longer.
float
in ActivateNodeAggregator
? I want to use int
too, while original source code use float
, I though maybe there is some hack, so use their notation.Wei Chen ipondering.me (http://ipondering.me)
On 2013年4月2日Tuesday at 下午4:28, Jianfei Wang wrote:
No it stuck at Iteration 9 with 0 active vertices.
BTW, I think you should use
int
instead offloat
.On Tue, Apr 2, 2013 at 4:15 PM, Wei Chen <notifications@github.com (mailto:notifications@github.com)> wrote:
Does it stop? Current Log will be removed when we migrate to glog.
—
Reply to this email directly or view it on GitHubhttps://github.com/THUKEG/saedb/pull/26#issuecomment-15762189
.— Reply to this email directly or view it on GitHub (https://github.com/THUKEG/saedb/pull/26#issuecomment-15762686).
signalVertex
andsignalVertices
toIEngine