Linked List Artificial Developmental System (LLADS)
is hosted at SourceForge: https://sourceforge.net/projects/llads
It is released under the Academic Free License (AFL)
This project is currently in the planning phase, in the case of
questions please contact mtrefzer@users.sourceforge.net, duzinga@users.sourceforge.net.
Folders on the top-level are intended for the following use:
lib:
This folder contains all libraries that are required to compile experiments. Libraries
can be either downloaded or llads ones. In the case of 3rd party libraries it might make
sense to keep the sourcecode of a particular version that is guaranteed to work in this
folder.
src:
I had created this initially for the llads sourcecode and sourcecode for the different experiments, but I found it more convenient to keep the different versions in 'develop' and 'release'. So it's kind of obsolete at the moment.
develop:
Contains sourcecode that is under development.
release:
Contains copies of the source code that should not be changed anymore, for instance, to re-run experiments from a certain paper, or simply if we feel like a major release to keep.
examples:
Experiments and examples could go here. Each example folder should contain a README saying which version of code from 'development' or 'release' to use.
test:
What it says on the tin. Nothing long-term should go in here. This folder is just meant
for conveniently synchronising between different computers during development of code.
uml:
Hopefully one day some diagrams for a better understanding of the llads framework.
usr:
Tools and useful examples should go in here.