Fixing path
This commit is contained in:
parent
15a7d61a8e
commit
315ac657aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue