diff options
author | sanine <sanine.not@pm.me> | 2023-10-30 02:14:17 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-10-30 02:14:17 -0500 |
commit | 70252c2ef37ddf974349fa092dce92782ffd302a (patch) | |
tree | 746b648674bb2b7befbd17c38d9e2d01ff4adfb3 /src/mind | |
parent | a32853e60029fa7f08d4d713ee613ee03196fbef (diff) |
add genome creation & mutation trial
Diffstat (limited to 'src/mind')
-rw-r--r-- | src/mind/topology.js | 2 |
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; |