Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/05/13 11:37:13 (11 years ago)
Author:
gkronber
Message:

#2026 added lawn mower problem. create a OSGA for solving the compiled problem directly

Location:
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Resources
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Resources/Artificial Ant.txt

    r9519 r9846  
    188188
    189189TERMINALS
    190   Left<<>> CONSTRAINTS .
    191   Right<<>> CONSTRAINTS .
    192   Move<<>> CONSTRAINTS .
     190  Left. Right. Move.
    193191 
    194192RULES
     
    197195    | Prog2<<world, state>>
    198196    | Prog3<<world, state>>
    199     | Left<<>>                                         SEM << state.TurnLeft(); >>
    200     | Right<<>>                                        SEM << state.TurnRight(); >>
    201     | Move<<>>                                         SEM << state.MoveForward(); >>
     197    | Left                                             SEM << state.TurnLeft(); >>
     198    | Right                                            SEM << state.TurnRight(); >>
     199    | Move                                             SEM << state.MoveForward(); >>
    202200    .
    203201   
     
    229227    return (double)state.FoodEaten;
    230228  >> 
    231 END ArtitificialAnt.
     229END ArtificialAnt.
Note: See TracChangeset for help on using the changeset viewer.