Skip to content
Richard Preen edited this page Nov 11, 2021 · 20 revisions

Directory Structure

  • build empty folder to be used for building executables
  • cfg contains configuration files for initialising parameters
  • doc contains files for generating Doxygen documentation
  • env contains data files for problem environments
  • lib contains third-party libraries for random number generation, unit testing, pybind, etc.
  • python contains example Python scripts
  • test contains unit tests
  • xcsf contains XCSF source code

Doxygen + graphviz

To build locally see Compiling and Running.

The github-pages contains prebuilt documentation, including:

Clone this wiki locally