Difficult random walk modeling

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Monte_Carlo
Messages
70
Reaction score
0
Hi guys,

I'm doing some thinking about random walk.

Imagine there is a bounded 2D plane and a single spawn point. The spawn produces units which must bring in minerals scattered around the spawn. The locations of minerals are not known, so the units diffuse randomly away from the spawn until they find a mineral. Once the mineral is picked up, it is brought back to the spawn point (i.e. once the unit found mineral, it goes to the origin in a straight line). The unit then returns (in a straight line) to the location of the last mineral pickup point and then diffuses randomly from that point until it finds a new mineral.

Could somebody please provide some papers, urls - any kind of material - to show how to mathematically model such a scenario? I'm not afraid of calculus, differential equations, etc.

Thanks,

Monte
 
Physics news on Phys.org
This is not a homework, but more towards research and just thought-experiment. Any help - just a name of canonical problems related to this one - would be helpful.
 
Not precisely what you're talking about, but are you familiar with the "bees algorithm"? It's a recently developed optimization algorithm that is similar on a general level to what you've suggested. You should be able to turn up a few papers by doing a search for "bees algorithm" or "honeybee algorithm".