source: cpp/tests/paramtree_paramlist_test.goal @ 1009

Last change on this file since 1009 was 1009, checked in by Maciej Komosinski, 4 years ago

Added tests for most SDK demo programs

File size: 1.3 KB
Line 
1└─┬ [Tree root]         (not a group)
2  ├─┬ Genetics          (g=0,"Genetics")
3  │ ├── Active operators                (g=1,"Genetics: Active operators")
4  │ ├── Neurons to add          (g=2,"Genetics: Neurons to add")
5  │ ├── f4              (g=3,"Genetics: f4")
6  │ ├── f9              (g=4,"Genetics: f9")
7  │ ├── fF              (g=5,"Genetics: fF")
8  │ ├── fn              (g=6,"Genetics: fn")
9  │ ├── fTest           (g=7,"Genetics: fTest")
10  │ ├─┬ fB              (g=8,"Genetics: fB")
11  │ │ ├── Mutation              (g=9,"Genetics: fB: Mutation")
12  │ │ └── Crossover             (g=10,"Genetics: fB: Crossover")
13  │ ├── fH              (g=11,"Genetics: fH")
14  │ ├─┬ fL              (g=12,"Genetics: fL")
15  │ │ ├── Probabilities of mutating axiom and rules             (g=13,"Genetics: fL: Probabilities of mutating axiom and rules")
16  │ │ └── Probabilities of mutation types               (g=14,"Genetics: fL: Probabilities of mutation types")
17  │ └── fS              (g=15,"Genetics: fS")
18  ├── Geno              (g=16,"Geno")
19  ├── Model             (g=17,"Model")
20  ├── Vector            (g=18,"Vector")
21  ├── Dictionary                (g=19,"Dictionary")
22  ├── XYZ               (g=20,"XYZ")
23  ├── Orient            (g=21,"Orient")
24  ├── Genotype          (g=22,"Genotype")
25  └─┬ Creature          (not a group)
26    ├── Neurons         (g=23,"Creature: Neurons")
27    └── Geometry                (g=24,"Creature: Geometry")
28
Note: See TracBrowser for help on using the repository browser.