Non-Uniform CA Designer (C++, GAlib, Boost)
File detail
File content
nucad (Non-Uniform CA Designer)
===============================
By Kamil Dudka <xdudka00@stud.fit.vutbr.cz>, 2009
This archive contains source codes of nucad (Non-Uniform CA Designer)
bundled with source codes of GAlib (A C++ Library of Genetic Algorithm
Components). You can download up-to-date nucad source codes
from http://dudka.cz/nucad, GAlib sources from http://lancet.mit.edu/ga
The software for this work used the GAlib genetic algorithm package, written by
Matthew Wall at the Massachusetts Institute of Technology.
License
-------
nucad is covered by GPL v3+ license, see COPYING file for more details. GAlib is
licensed under terms of MIT license, see LICENSE file in the GAlib directory for
more details.
Build
-----
Build system CMake (http://www.cmake.org/) is required for successful build.
Just type 'make' to build GAlib, compile nucad and link against GAlib. On
successful build, binaries will be in directory 'build'. For now only Linux
is supported, but source codes are intended to be portable.
Documentation
-------------
A breif presentation is available in 'doc/tex/presentation.pdf', full LaTeX
sources are included. You can also generate API documentation using Doxygen
(http://www.stack.nl/~dimitri/doxygen/). To do so, go to doc/api directory
and run 'make'. API documentation is also available on-line:
http://dudka.cz/nucad/html/api/index.html
Archive content
---------------
./COPYING GPL v3 license
./data already found solutions
./doc documentation
./doc/api API documentation template
./doc/tex presentation's sources
./doc/tex/presentation.pdf brief presentation
./galib247 GAlib sources
./galib247/LICENSE GAlib license
./incomplete partially working solutions
./Makefile root Makefile
./log nucad log files
./src nucad sources