|
|
|
|
|
by KirinDave
3177 days ago
|
|
Having worked in the financial industry, your view of it is what we'd call, "50,000" feet. I don't think it reflects reality on the ground, nor does it really reflect how humans in groups make decisions according to research. The message network loop issue isn't even an issue for message passing systems except in the most pathological cases (where it results in an unbounded growth in messages or an infinite delta on the values the algorithm calculates. |
|
I also have a finance background. This idea that the system is a kind of message passing is not a "50,000 feet" idea, it actually came to me from writing algorithms to arbitrage markets. There you really are performing message passing (think of forex legs.) It's Dijkstra's algorithm. So this is the view from 50,000 nano-seconds. But I believe it holds for many other scales. Plenty of people walk into the supermarket and buy the product with minimum cost. Yes? How is this a view from "50,000 feet"? But obviously we are not just min-sum automata: we are all free agents, and so on.
> how humans in groups make decisions according to research
Well this is obviously a huge topic.
> message network loop issue isn't even an issue for message passing systems except in the most pathological cases
I totally disagree with this. Short loops completely screwup message passing.