THUKEG / saedb

the SAE platform
http://thukeg.github.com/saedb/
11 stars 19 forks source link

Inf max #26

Closed wweic closed 11 years ago

wweic commented 11 years ago
  1. add signalVertex and signalVertices to IEngine
  2. implement Influence Maximization.
thinxer commented 11 years ago

It's repeating "before running" here...

wweic commented 11 years ago

Does it stop? Current Log will be removed when we migrate to glog.

thinxer commented 11 years ago

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 .

wweic commented 11 years ago

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.

do you mean 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 of float.

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).