You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a cool policy for TripleRush, but it has to be customisable, because for PageRank it leads to a nuclear explosion of signals.
Relevant code:
Line 146 in WorkerImplementation:
if (vertex.scoreSignal > signalThreshold) {
//vertexStore.toSignal.put(vertex)
// TODO: Unify scheduling related code. The policy here should be pluggable and the same as
// the one in AkkaWorker.executeOperations.
executeSignalOperationOfVertex(vertex)
}
The text was updated successfully, but these errors were encountered:
It's a cool policy for TripleRush, but it has to be customisable, because for PageRank it leads to a nuclear explosion of signals.
Relevant code:
Line 146 in WorkerImplementation:
if (vertex.scoreSignal > signalThreshold) {
//vertexStore.toSignal.put(vertex)
// TODO: Unify scheduling related code. The policy here should be pluggable and the same as
// the one in AkkaWorker.executeOperations.
executeSignalOperationOfVertex(vertex)
}
The text was updated successfully, but these errors were encountered: