You are viewing a single comment's thread from:

RE: Progress On BOINC Parallel Implementation of my Lab's Brain Model

in #gridcoin7 years ago

Nice post, happy finish for your PhD !
Can you send us the link to it when ready, I would like to read the intro to try to understand a bit of it ;)
I feel both the bandwidth and latency issues (in the feedback loop). GPU can probably help, but it looks like a hell on finding a good partitioning and some hierarchy inside this stuff.

Sort:  

I'll post a link to my thesis when I publish, for sure!

The main problem with discretising is that if one volunteer host goes offline, I would have to wait for them to come back online and finish their assigned work before the rest of the swarm can continue. It's not ideal, but the workaround it getting there.

Ah ok, it will be nice to have a kind of replication and failover scheme (may be not easy to do, or too big data)