diff options
Diffstat (limited to 'pso')
-rw-r--r-- | pso/README.txt | 4 | ||||
-rw-r--r-- | pso/package.txt | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/pso/README.txt b/pso/README.txt index 09e5f74..f516855 100644 --- a/pso/README.txt +++ b/pso/README.txt @@ -2,9 +2,9 @@ This is the readme for "PSO" a Particle Swarm Optimizer object for PD/MAX. This implimentation of a PSO minimizes towards a user-defined target. It is based on code from Jim Kennedy and Thomas Grill. -PSO is Copyright Ben Bogart 2003,2007 +PSO is Copyright Ben Bogart 2003,2007,2008 -If you have any questions/comments you can reach the author at bbogart@goto10.org +If you have any questions/comments you can reach the author at ben@ekran.org This program is distributed under the terms of the GNU General Public License diff --git a/pso/package.txt b/pso/package.txt new file mode 100644 index 0000000..742ddd0 --- /dev/null +++ b/pso/package.txt @@ -0,0 +1,7 @@ +NAME=pso
+
+SRCDIR=.
+
+PRECOMPILE=
+
+SRCS=main.cpp
|