Changeset 119


Ignore:
Timestamp:
02/07/14 22:01:55 (10 years ago)
Author:
Maciej Komosinski
Message:

reorganization of genetic sources (makefiles not updated yet)

Location:
cpp
Files:
2 deleted
1 edited
3 copied
1 moved

Legend:

Unmodified
Added
Removed
  • cpp/README.txt

    r110 r119  
    1 _____ Building GDK test applications _____
     1____________________ Building GDK test applications ____________________
    22
    33make -f frams/Makefile-GDK gdk_tests
    44
    55
    6 _____ Source directories _____
     6___________________________ Source directories __________________________
    77
    88  +- common          - general compatibility layer & utilities
     
    1111      +- config      - GDK elements declarations
    1212      +- errmgr      - error manager (logging/messaging)
    13       +- genetic     - genetic module
    14       |  +- oper     - genetic operators and GenoFX
    15       |  +- conv     - genetic converters
     13      +- genetics    - genetic operators and converters between formats
     14      |  +- f1       - ...for genetic format f1
     15      |  +- f9       - ...for genetic format f9
    1616      +- model       - parts, joints, neurons
    1717      +- neuro       - neural net simulation
Note: See TracChangeset for help on using the changeset viewer.