Pursuer Evader Problem

Looking for Pursuer Evader source code on VC++
[46 byte] By [guysomebody] at [2007-11-17 22:40:01]
# 1 Re: Pursuer Evader Problem
There are several different mathematical models in diffy-ques and control theory that go under the category Pursuer/Evader (depending on the type of Evader movement and Pursuer predict models -- plus the classic "go pointing where he is"), so it would be important to know which one you want. As well, 2D, 3D, or nD? Some of the classics have exact solutions or have functional solutions in terms of hypergeometrics, so do you want an incremental simulation based on the move rules (like a step based solution of the diffy-que) or a more robust that just puts the proper parameters into the solution functions (less error)?
galathaea at 2007-11-10 8:41:50 >
# 2 Re: Pursuer Evader Problem
I'm Looking for LaVelle Algrithm I've got a version of this but it has problems that I coud'n deal with and this version was writen
on C++ not VC++ and it makes many problems 2
guysomebody at 2007-11-10 8:42:46 >