- Cambios en el Algoritmo Genetico.

- Se agregó el HASH al JSON que regresa cuando se genera el ruteo.
This commit is contained in:
2024-05-07 05:46:32 -06:00
parent 433fc32b9a
commit b44f28abc9
18 changed files with 2353 additions and 35 deletions

6
Files/config.js Normal file
View File

@@ -0,0 +1,6 @@
config = {
"apiKey": "AIzaSyDYUOIGHUNDHrkdsU2B-WT7loUGdqGgCfg", // REPLACE WITH YOUR_API_KEY HERE
"popSize": 128,
"numIterations": 5000,
"mutChance": 0.4,
};