From 70252c2ef37ddf974349fa092dce92782ffd302a Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 30 Oct 2023 02:14:17 -0500 Subject: add genome creation & mutation trial --- src/mind/topology.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mind') 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; -- cgit v1.2.1