From f5a65f4e425a43024ff4719aec8c1bc116ca193d Mon Sep 17 00:00:00 2001 From: "Christopher J. Hazard, PhD" <143410553+howsohazard@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:12:47 -0400 Subject: [PATCH] 25478: Updates to use new sandboxing param --- tic_tac_toe_evolver.amlg | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/tic_tac_toe_evolver.amlg b/tic_tac_toe_evolver.amlg index d9f9014..30b1605 100644 --- a/tic_tac_toe_evolver.amlg +++ b/tic_tac_toe_evolver.amlg @@ -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