diff --git a/algorithms/__pycache__/__init__.cpython-39.pyc b/algorithms/__pycache__/__init__.cpython-39.pyc index 6de65dd..cdadc63 100644 Binary files a/algorithms/__pycache__/__init__.cpython-39.pyc and b/algorithms/__pycache__/__init__.cpython-39.pyc differ diff --git a/algorithms/neat/__pycache__/__init__.cpython-39.pyc b/algorithms/neat/__pycache__/__init__.cpython-39.pyc index 7b3303a..844d21a 100644 Binary files a/algorithms/neat/__pycache__/__init__.cpython-39.pyc and b/algorithms/neat/__pycache__/__init__.cpython-39.pyc differ diff --git a/algorithms/neat/__pycache__/function_factory.cpython-311.pyc b/algorithms/neat/__pycache__/function_factory.cpython-311.pyc index 519e3f0..fa342f6 100644 Binary files a/algorithms/neat/__pycache__/function_factory.cpython-311.pyc and b/algorithms/neat/__pycache__/function_factory.cpython-311.pyc differ diff --git a/algorithms/neat/__pycache__/function_factory.cpython-39.pyc b/algorithms/neat/__pycache__/function_factory.cpython-39.pyc new file mode 100644 index 0000000..9a56b66 Binary files /dev/null and b/algorithms/neat/__pycache__/function_factory.cpython-39.pyc differ diff --git a/algorithms/neat/__pycache__/jitable_speciate.cpython-39.pyc b/algorithms/neat/__pycache__/jitable_speciate.cpython-39.pyc new file mode 100644 index 0000000..ef4679f Binary files /dev/null and b/algorithms/neat/__pycache__/jitable_speciate.cpython-39.pyc differ diff --git a/algorithms/neat/__pycache__/pipeline.cpython-311.pyc b/algorithms/neat/__pycache__/pipeline.cpython-311.pyc index c8a913b..f2f57fb 100644 Binary files a/algorithms/neat/__pycache__/pipeline.cpython-311.pyc and b/algorithms/neat/__pycache__/pipeline.cpython-311.pyc differ diff --git a/algorithms/neat/__pycache__/pipeline.cpython-39.pyc b/algorithms/neat/__pycache__/pipeline.cpython-39.pyc index 55bdbbf..f7ec2cf 100644 Binary files a/algorithms/neat/__pycache__/pipeline.cpython-39.pyc and b/algorithms/neat/__pycache__/pipeline.cpython-39.pyc differ diff --git a/algorithms/neat/__pycache__/species.cpython-39.pyc b/algorithms/neat/__pycache__/species.cpython-39.pyc index 99958b9..e294176 100644 Binary files a/algorithms/neat/__pycache__/species.cpython-39.pyc and b/algorithms/neat/__pycache__/species.cpython-39.pyc differ diff --git a/algorithms/neat/genome/__pycache__/__init__.cpython-311.pyc b/algorithms/neat/genome/__pycache__/__init__.cpython-311.pyc index 27827d1..6f7260a 100644 Binary files a/algorithms/neat/genome/__pycache__/__init__.cpython-311.pyc and b/algorithms/neat/genome/__pycache__/__init__.cpython-311.pyc differ diff --git a/algorithms/neat/genome/__pycache__/__init__.cpython-39.pyc b/algorithms/neat/genome/__pycache__/__init__.cpython-39.pyc index f27769d..439d35d 100644 Binary files a/algorithms/neat/genome/__pycache__/__init__.cpython-39.pyc and b/algorithms/neat/genome/__pycache__/__init__.cpython-39.pyc differ diff --git a/algorithms/neat/genome/__pycache__/activations.cpython-311.pyc b/algorithms/neat/genome/__pycache__/activations.cpython-311.pyc index f64667f..71c7925 100644 Binary files a/algorithms/neat/genome/__pycache__/activations.cpython-311.pyc and b/algorithms/neat/genome/__pycache__/activations.cpython-311.pyc differ diff --git a/algorithms/neat/genome/__pycache__/activations.cpython-39.pyc b/algorithms/neat/genome/__pycache__/activations.cpython-39.pyc index e75904a..f28b9d1 100644 Binary files a/algorithms/neat/genome/__pycache__/activations.cpython-39.pyc and b/algorithms/neat/genome/__pycache__/activations.cpython-39.pyc differ diff --git a/algorithms/neat/genome/__pycache__/aggregations.cpython-39.pyc b/algorithms/neat/genome/__pycache__/aggregations.cpython-39.pyc index bc028f7..8779740 100644 Binary files a/algorithms/neat/genome/__pycache__/aggregations.cpython-39.pyc and b/algorithms/neat/genome/__pycache__/aggregations.cpython-39.pyc differ diff --git a/algorithms/neat/genome/__pycache__/crossover.cpython-311.pyc b/algorithms/neat/genome/__pycache__/crossover.cpython-311.pyc index 28a8c51..b2c301e 100644 Binary files a/algorithms/neat/genome/__pycache__/crossover.cpython-311.pyc and b/algorithms/neat/genome/__pycache__/crossover.cpython-311.pyc differ diff --git a/algorithms/neat/genome/__pycache__/crossover.cpython-39.pyc b/algorithms/neat/genome/__pycache__/crossover.cpython-39.pyc new file mode 100644 index 0000000..5aaaa99 Binary files /dev/null and b/algorithms/neat/genome/__pycache__/crossover.cpython-39.pyc differ diff --git a/algorithms/neat/genome/__pycache__/distance.cpython-311.pyc b/algorithms/neat/genome/__pycache__/distance.cpython-311.pyc index 4cdf786..fb7e336 100644 Binary files a/algorithms/neat/genome/__pycache__/distance.cpython-311.pyc and b/algorithms/neat/genome/__pycache__/distance.cpython-311.pyc differ diff --git a/algorithms/neat/genome/__pycache__/distance.cpython-39.pyc b/algorithms/neat/genome/__pycache__/distance.cpython-39.pyc index 1979c7e..98394cd 100644 Binary files a/algorithms/neat/genome/__pycache__/distance.cpython-39.pyc and b/algorithms/neat/genome/__pycache__/distance.cpython-39.pyc differ diff --git a/algorithms/neat/genome/__pycache__/forward.cpython-311.pyc b/algorithms/neat/genome/__pycache__/forward.cpython-311.pyc index 2687d14..38f8256 100644 Binary files a/algorithms/neat/genome/__pycache__/forward.cpython-311.pyc and b/algorithms/neat/genome/__pycache__/forward.cpython-311.pyc differ diff --git a/algorithms/neat/genome/__pycache__/forward.cpython-39.pyc b/algorithms/neat/genome/__pycache__/forward.cpython-39.pyc index 2ded2d2..183846d 100644 Binary files a/algorithms/neat/genome/__pycache__/forward.cpython-39.pyc and b/algorithms/neat/genome/__pycache__/forward.cpython-39.pyc differ diff --git a/algorithms/neat/genome/__pycache__/genome.cpython-311.pyc b/algorithms/neat/genome/__pycache__/genome.cpython-311.pyc index 781f1de..91e889a 100644 Binary files a/algorithms/neat/genome/__pycache__/genome.cpython-311.pyc and b/algorithms/neat/genome/__pycache__/genome.cpython-311.pyc differ diff --git a/algorithms/neat/genome/__pycache__/genome.cpython-39.pyc b/algorithms/neat/genome/__pycache__/genome.cpython-39.pyc index aa17460..3012d42 100644 Binary files a/algorithms/neat/genome/__pycache__/genome.cpython-39.pyc and b/algorithms/neat/genome/__pycache__/genome.cpython-39.pyc differ diff --git a/algorithms/neat/genome/__pycache__/graph.cpython-39.pyc b/algorithms/neat/genome/__pycache__/graph.cpython-39.pyc index 325051b..989f51c 100644 Binary files a/algorithms/neat/genome/__pycache__/graph.cpython-39.pyc and b/algorithms/neat/genome/__pycache__/graph.cpython-39.pyc differ diff --git a/algorithms/neat/genome/__pycache__/mutate.cpython-311.pyc b/algorithms/neat/genome/__pycache__/mutate.cpython-311.pyc index c6750b0..e8b6f18 100644 Binary files a/algorithms/neat/genome/__pycache__/mutate.cpython-311.pyc and b/algorithms/neat/genome/__pycache__/mutate.cpython-311.pyc differ diff --git a/algorithms/neat/genome/__pycache__/mutate.cpython-39.pyc b/algorithms/neat/genome/__pycache__/mutate.cpython-39.pyc index 8e3b12b..50da472 100644 Binary files a/algorithms/neat/genome/__pycache__/mutate.cpython-39.pyc and b/algorithms/neat/genome/__pycache__/mutate.cpython-39.pyc differ diff --git a/algorithms/neat/genome/__pycache__/utils.cpython-311.pyc b/algorithms/neat/genome/__pycache__/utils.cpython-311.pyc index fd6d129..09568b4 100644 Binary files a/algorithms/neat/genome/__pycache__/utils.cpython-311.pyc and b/algorithms/neat/genome/__pycache__/utils.cpython-311.pyc differ diff --git a/algorithms/neat/genome/__pycache__/utils.cpython-39.pyc b/algorithms/neat/genome/__pycache__/utils.cpython-39.pyc index e215554..32cceb8 100644 Binary files a/algorithms/neat/genome/__pycache__/utils.cpython-39.pyc and b/algorithms/neat/genome/__pycache__/utils.cpython-39.pyc differ diff --git a/algorithms/neat/genome/debug/__pycache__/__init__.cpython-311.pyc b/algorithms/neat/genome/debug/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000..e5272f6 Binary files /dev/null and b/algorithms/neat/genome/debug/__pycache__/__init__.cpython-311.pyc differ diff --git a/algorithms/neat/genome/debug/__pycache__/__init__.cpython-39.pyc b/algorithms/neat/genome/debug/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..db233fc Binary files /dev/null and b/algorithms/neat/genome/debug/__pycache__/__init__.cpython-39.pyc differ diff --git a/algorithms/neat/genome/debug/__pycache__/tools.cpython-311.pyc b/algorithms/neat/genome/debug/__pycache__/tools.cpython-311.pyc new file mode 100644 index 0000000..5b62595 Binary files /dev/null and b/algorithms/neat/genome/debug/__pycache__/tools.cpython-311.pyc differ diff --git a/algorithms/neat/genome/debug/__pycache__/tools.cpython-39.pyc b/algorithms/neat/genome/debug/__pycache__/tools.cpython-39.pyc new file mode 100644 index 0000000..511bf53 Binary files /dev/null and b/algorithms/neat/genome/debug/__pycache__/tools.cpython-39.pyc differ diff --git a/examples/__pycache__/jax_playground.cpython-311.pyc b/examples/__pycache__/jax_playground.cpython-311.pyc new file mode 100644 index 0000000..134069f Binary files /dev/null and b/examples/__pycache__/jax_playground.cpython-311.pyc differ diff --git a/examples/__pycache__/time_utils.cpython-39.pyc b/examples/__pycache__/time_utils.cpython-39.pyc new file mode 100644 index 0000000..850f1d3 Binary files /dev/null and b/examples/__pycache__/time_utils.cpython-39.pyc differ diff --git a/utils/__pycache__/__init__.cpython-39.pyc b/utils/__pycache__/__init__.cpython-39.pyc index f0fdb80..1f2fe16 100644 Binary files a/utils/__pycache__/__init__.cpython-39.pyc and b/utils/__pycache__/__init__.cpython-39.pyc differ diff --git a/utils/__pycache__/config.cpython-39.pyc b/utils/__pycache__/config.cpython-39.pyc index 34f737e..47470cc 100644 Binary files a/utils/__pycache__/config.cpython-39.pyc and b/utils/__pycache__/config.cpython-39.pyc differ diff --git a/utils/__pycache__/dotdict.cpython-39.pyc b/utils/__pycache__/dotdict.cpython-39.pyc index ae439dc..9ff9016 100644 Binary files a/utils/__pycache__/dotdict.cpython-39.pyc and b/utils/__pycache__/dotdict.cpython-39.pyc differ