Changeset 780 for cpp/README.txt


Ignore:
Timestamp:
05/14/18 17:53:10 (6 years ago)
Author:
Maciej Komosinski
Message:

Added sources for genetic encodings fB, fH, fL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/README.txt

    r775 r780  
    1616      +- canvas        - neural network layouts and drawing
    1717      +- config        - SDK elements declarations
    18       +- genetics      - genetic operators and converters between formats
     18      +- genetics      - genetic operators and converters between genetic formats
    1919         +- f1         - ...for genetic format f1 (recurrent encoding)
    2020         +- f4         - ...for genetic format f4 (developmental encoding)
    2121         +- f9         - ...for genetic format f9 (3D turtle encoding)
     22         +- fB         - ...for genetic format fB ("biological" encoding)
    2223         +- fF         - ...for genetic format fF (Foraminifera encoding)
     24         +- fH         - ...for genetic format fH (multidimensional handles)
     25         +- fL         - ...for genetic format fL (Lindenmayer systems)
    2326         +- fn         - ...for genetic format fn (numerical optimization encoding)
    2427         +- fT         - ...for genetic format fT (educational: ATGC sequences)
     
    3437      +- vm            - virtual machine programming: FramScript grammar (lex and yacc/bison)
    3538          +- classes   - C++ interfaces and implementations of basic FramScript objects
    36 
Note: See TracChangeset for help on using the changeset viewer.