Changeset 9846 for branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Resources
- Timestamp:
- 08/05/13 11:37:13 (11 years ago)
- 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 188 188 189 189 TERMINALS 190 Left<<>> CONSTRAINTS . 191 Right<<>> CONSTRAINTS . 192 Move<<>> CONSTRAINTS . 190 Left. Right. Move. 193 191 194 192 RULES … … 197 195 | Prog2<<world, state>> 198 196 | 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(); >> 202 200 . 203 201 … … 229 227 return (double)state.FoodEaten; 230 228 >> 231 END Arti tificialAnt.229 END ArtificialAnt.
Note: See TracChangeset
for help on using the changeset viewer.