From eb9ef05774af20edb43118182834c18a4ac70707 Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Tue, 18 Oct 2005 23:10:53 +0000 Subject: initial checkin svn path=/trunk/externals/frankenstein/; revision=3734 --- doc/LINKS.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 doc/LINKS.txt (limited to 'doc/LINKS.txt') diff --git a/doc/LINKS.txt b/doc/LINKS.txt new file mode 100755 index 0000000..d8685c5 --- /dev/null +++ b/doc/LINKS.txt @@ -0,0 +1,26 @@ + +open source libs ready to be used... + +AthenaCL: +is a python software for algorithmic composition +we could use some code through pyext +http://www.flexatone.net/athena.html +this is specific for post tonal theory +http://www.flexatone.net/athenaDocs/www/ch-analysis.htm + +AIMA Python code, working agents, etc. +http://aima.cs.berkeley.edu/python/readme.html + +BEAGLE, implements co-evolution, open source, C++ +beagle.gel.ulaval.ca + +open source c++ genetic algorithm: +http://lancet.mit.edu/ga/ + +plain ansi C (multi platform?): +http://sourceforge.net/projects/ga-lib + +another in c++: +http://sourceforge.net/projects/ga2 + + -- cgit v1.2.1