DynamicAbstractionSystem/configs/interactive_default.json
Sam dc86ef4bd7
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 14m15s
Add configuration files for TPS sweep and default simulation settings
2025-11-09 19:03:43 -06:00

45 lines
1.1 KiB
JSON

{
"window_width": 0,
"window_height": 0,
"vsync": true,
"resizable": true,
"show_grid": true,
"show_interaction_radius": false,
"show_legend": true,
"control_bar_height": 48,
"inspector_width": 260,
"properties_width": 320,
"console_height": 120,
"simulation": {
"grid_width": 50,
"grid_height": 50,
"cell_size": 20,
"initial_cells": 500,
"initial_food": 500,
"food_spawning": true,
"random_seed": 0,
"default_tps": 40.0,
"entities": {
"max_acceleration": 0.125,
"max_angular_acceleration": 0.25,
"max_velocity": 1.0,
"max_rotational_velocity": 3.0,
"entity_types": {
"default_cell": {
"reproduction_energy": 1400,
"starting_energy": 500,
"interaction_radius": 50,
"drag_coefficient": 0.02,
"energy_cost_base": 1.5,
"neural_network_complexity_cost": 0.05,
"movement_cost": 0.25,
"food_energy_value": 140,
"max_visual_width": 10,
"reproduction_count": 2,
"mutation_rate": 0.05,
"offspring_offset_range": 10
}
}
}
}
}