Dear annevolvers! After some time I'm back to this list... I've worked a bit on the FreeWRL project, taken my matura (like A-grade exams in Britain) and started working in the public service - but now I came back to ANNs ;-)
As I wrote some time ago, I thought it would be possible to "compile" a simple programming language into an ANN - and it seemed to be really possible! I've started a new project (compann, at sourceforge.net, too) which does research in that direction. Currently there's only code without documentation in SVN, but it is already able to create ANNs from program-trees (must be hardcoded at the moment) containing: - Variables and constants - Assignments of the form: * a=b * a=b&c * a=b|c * a=b^c * a=~b - Gotos and If-Then-Gotos So apart from missing calculation routines it is already capable of doing things like for() or while(). That language currently supported is some kind of "assembler for ANNs", but now I'm working on some routines to parse a high-level language and build that assembler from them... And when all that is working, I'll do some tests on the "evolve-ability" of compiled ANNs... Yours, Daniel Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
