Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/14 16:17:20 (10 years ago)
Author:
gkronber
Message:

#2026 maximal depth limit for random search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/Examples/OneMaxBinary.txt

    r10423 r10424  
    3131NONTERMINALS
    3232  E<<out int n>>.
    33   T<<out int n>>.
    3433  N<<out int n>>.
    3534
     
    4039RULES
    4140  E<<out int n>> =
    42     T<<out n>>
     41    A                                             SEM << n = 0; >>
     42    | B                                           SEM << n = 1; >>
    4343    | N<<out n>>
    4444  .
     
    4848  .
    4949 
    50   T<<out int n>> =
    51     A                                             SEM << n = 0; >>
    52     | B                                           SEM << n = 1; >>
    53   .
    54 
    5550MAXIMIZE
    5651  <<
Note: See TracChangeset for help on using the changeset viewer.