Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions tic_tac_toe_evolver.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,8 @@
board board
player player
)
;total number of execution cycles
2000
;count the entity size toward total memory allowed to be used
(- 2000 (total_entity_size entity))
;limit stack depth to something reasonable
50
;maximum contained entities
5
;maximum entity depth
3
;max entity name length
25
;allow entity writes
.false
;suppress warning return
.false
;sandbox execution using defaults
.true
)

get_player_1_move
Expand Down
Loading