Somebody over on the Generation5 forum asked for a "Hello World!" program for genetic algorIthms. I took it literally and created a very simple program (138 lines of code) that evolves the phrase "Hello world!"
the FXT library: fast transforms and low level algorIthms. The package contains many algorIthms for programmers: bit manipulation, fast othogonal transforms, arithmetic and number theory algorIthms.
The UCL common multimedia library implements a number of algorIthms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The following protocols/algorIthms are included in the library: Base64 encoding/decoding Binary tree Random number HMAC authentication MD5 DES RTP MBus SAP
Swarm intelligence algorIthms are based on natural
behaviors. Particle swarm optimization (PSO) is a
stochastic search and optimization tool. Changes in the
PSO parameters, namely the inertia weight and the
cognitive and social acceleration constants, affect the
performance of the search process. This paper presents a
novel method to dynamically change the values of these
parameters during the search. Adaptive critic design
(ACD) has been applied for dynamically changing the
values of the PSO parameters.
The program implements three large-margin thresholded ensemble
algorIthms for ordinal regression. It includes an improved RankBoost
algorithm, the ORBoost-LR algorithm, and the ORBoost-All algorithm.
The algorIthms are coded in a way that makes it trivial to apply them to other problems. Several generic routines for resampling are provided. The derivation and details are presented in: Rudolph van der Merwe, Arnaud Doucet, Nando de Freitas and Eric Wan. The Unscented Particle Filter. Technical report CUED/F-INFENG/TR 380, Cambridge University Department of Engineering, May 2000. After downloading the file, type "tar -xf upf_demos.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this directory, load matlab5 and type "demo_MC" for the demo.