summaryrefslogtreecommitdiff
path: root/src/mind/topology.js
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-10-30 02:14:17 -0500
committersanine <sanine.not@pm.me>2023-10-30 02:14:17 -0500
commit70252c2ef37ddf974349fa092dce92782ffd302a (patch)
tree746b648674bb2b7befbd17c38d9e2d01ff4adfb3 /src/mind/topology.js
parenta32853e60029fa7f08d4d713ee613ee03196fbef (diff)
add genome creation & mutation trial
Diffstat (limited to 'src/mind/topology.js')
-rw-r--r--src/mind/topology.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mind/topology.js b/src/mind/topology.js
index 576ee83..127351e 100644
--- a/src/mind/topology.js
+++ b/src/mind/topology.js
@@ -1,6 +1,6 @@
'use strict';
-import { create } from '../util';
+import { create } from '../util.js';
const DEFAULT_WEIGHT_MAX = 4;