Sam Bargallo Thaen
Thaen pushed to master at Thaen/DynamicAbstractionSystem 2025-06-16 21:16:45 +00:00
8a53d4ac37 Remove tick-based mutation from behavioral model in objects.py
f567b0130a Add layer mutation method and adjust mutation frequency in behavioral model
Compare 2 commits »
Thaen pushed to master at Thaen/DynamicAbstractionSystem 2025-06-16 21:09:28 +00:00
9f0d6a6925 Implement duplicate connection removal and enhance mutation methods in neural network
Thaen pushed to master at Thaen/DynamicAbstractionSystem 2025-06-16 20:56:19 +00:00
2a04e7917a Change mutation frequency in behavioral model to every 100 ticks for improved performance
Thaen pushed to master at Thaen/DynamicAbstractionSystem 2025-06-16 20:55:20 +00:00
5d862bfd50 Add tick count for behavioral model mutation and reduce initial cell spawn count
Thaen pushed to master at Thaen/DynamicAbstractionSystem 2025-06-16 20:47:57 +00:00
eded181c62 Refactor _setup_world method to remove unnecessary self parameter
Thaen pushed to master at Thaen/DynamicAbstractionSystem 2025-06-16 20:47:19 +00:00
14dfc7bfb8 Update random seed initialization in world setup for consistent food spawning
Thaen pushed to master at Thaen/DynamicAbstractionSystem 2025-06-16 20:37:00 +00:00
7dde7b3e1f Reduce max visual width of food from 10 to 8 and adjust rendering size calculation for improved visual consistency
3253bebe9c Adjust acceleration scale and clamp linear acceleration limits for improved physics simulation
Compare 2 commits »
Thaen pushed to master at Thaen/DynamicAbstractionSystem 2025-06-16 20:31:22 +00:00
75e4948557 Add tooltip functionality for neuron hover and adjust linear acceleration clamping
Thaen deleted branch move from Thaen/DynamicAbstractionSystem 2025-06-16 20:20:01 +00:00
Thaen pushed to master at Thaen/DynamicAbstractionSystem 2025-06-16 20:20:01 +00:00
8f6b9c8322 Merge pull request 'Implement FlexibleNeuralNetwork and enhance CellBrain with input normalization and neural network integration' (#2) from move into master
c7ca35f296 Implement FlexibleNeuralNetwork and enhance CellBrain with input normalization and neural network integration
Compare 2 commits »
Thaen merged pull request Thaen/DynamicAbstractionSystem#2 2025-06-16 20:20:00 +00:00
Implement FlexibleNeuralNetwork and enhance CellBrain with input normalization and neural network integration
Thaen created pull request Thaen/DynamicAbstractionSystem#2 2025-06-16 20:19:54 +00:00
Implement FlexibleNeuralNetwork and enhance CellBrain with input normalization and neural network integration
Thaen pushed to move at Thaen/DynamicAbstractionSystem 2025-06-16 20:19:44 +00:00
c7ca35f296 Implement FlexibleNeuralNetwork and enhance CellBrain with input normalization and neural network integration
Thaen created branch move in Thaen/DynamicAbstractionSystem 2025-06-16 20:19:44 +00:00
Thaen deleted branch move from Thaen/DynamicAbstractionSystem 2025-06-16 04:45:42 +00:00
Thaen pushed to master at Thaen/DynamicAbstractionSystem 2025-06-16 04:45:37 +00:00
5b9b6df997 Merge pull request 'refactored a lot of stuff into different files and generally fixed force application.' (#1) from move into master
26f166ebee refactored a lot of stuff into different files and generally fixed force application.
Compare 2 commits »
Thaen merged pull request Thaen/DynamicAbstractionSystem#1 2025-06-16 04:45:37 +00:00
refactored a lot of stuff into different files and generally fixed force application.
Thaen created pull request Thaen/DynamicAbstractionSystem#1 2025-06-16 04:45:29 +00:00
refactored a lot of stuff into different files and generally fixed force application.
Thaen created branch move in Thaen/DynamicAbstractionSystem 2025-06-16 04:45:20 +00:00
Thaen pushed to move at Thaen/DynamicAbstractionSystem 2025-06-16 04:45:20 +00:00
26f166ebee refactored a lot of stuff into different files and generally fixed force application.