From 2aaaca4299306b7a5bf62390c6028bc0a2c1ac73 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 01:50:44 +0100 Subject: Updated README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2a6ce69..eefb982 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ To watch an introductory video about *SALIS* ### Queue - Newborn organisms are placed on top of the queue - Organisms are killed at the bottom of the queue +- Organisms are killed whenever memory fills above 50% + +### Evolution +In *SALIS* mutation occurs via *cosmic rays*: at every cycle a random 32 bit +address is selected and a random instruction is written into it. ### Instruction set *SALIS*' organisms read a simple language similar to ASM. This language -- cgit v1.2.1