Fixing path

This commit is contained in:
vandomej 2025-09-12 11:48:41 -07:00
parent 15a7d61a8e
commit 315ac657aa

View file

@ -28,7 +28,7 @@ use uuid::Uuid;
use self::neural_network_utility::{crossbreed, major_mutation};
const BASE_DIR: &str = "../Simulations";
const BASE_DIR: &str = "/app/Packages/Simulations";
const POPULATION: usize = 200;
const NEURAL_NETWORK_INPUTS: usize = 22;