From 36e1e5222d094714e673506d857e6d93cdcd8e38 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Removed executed instruction counter. [#17] After having removed organisms' reward/punishment mechanisms, the number of executed instructions will always match the number of processes. No need to keep this. --- bin/printer.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin/printer.py') diff --git a/bin/printer.py b/bin/printer.py index 58af55a..5628737 100644 --- a/bin/printer.py +++ b/bin/printer.py @@ -521,9 +521,6 @@ class Printer: ("e", "capacity", self.__sim.lib.sal_proc_get_capacity), ("e", "first", self.__sim.lib.sal_proc_get_first), ("e", "last", self.__sim.lib.sal_proc_get_last), - ("e", "exec", - self.__sim.lib.sal_proc_get_instructions_executed - ), ]), ("WORLD", [ ("e", "position", lambda: self.world.pos), -- cgit v1.2.1