source: cpp/tests/paramtree_paramlist_test.goal @ 1143

Last change on this file since 1143 was 1069, checked in by sz, 3 years ago

sdk tests updated (similarity)

File size: 1.6 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    └─┬ Similarity              (not a group)
29      ├── Descriptor distribution               (g=25,"Creature: Similarity: Descriptor distribution")
30      ├── Graph greedy          (g=26,"Creature: Similarity: Graph greedy")
31      └── Graph optimal         (g=27,"Creature: Similarity: Graph optimal")
32
Note: See TracBrowser for help on using the repository browser.