mirror of
https://github.com/KeymonSoft/Ruteador-NonUI.git
synced 2026-04-19 13:49:16 +00:00
- Cambios en el Algoritmo Genetico.
- Se agregó el HASH al JSON que regresa cuando se genera el ruteo.
This commit is contained in:
6
Files/config.js
Normal file
6
Files/config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
config = {
|
||||
"apiKey": "AIzaSyDYUOIGHUNDHrkdsU2B-WT7loUGdqGgCfg", // REPLACE WITH YOUR_API_KEY HERE
|
||||
"popSize": 128,
|
||||
"numIterations": 5000,
|
||||
"mutChance": 0.4,
|
||||
};
|
||||
Reference in New Issue
Block a user