add feedforward substrate and hyperneat and related example;

see https://github.com/EMI-Group/tensorneat/issues/9;
fix bugs in genome visualize (add plt.close())
This commit is contained in:
wls2002
2024-11-23 15:32:28 +08:00
parent 5fdaf6806c
commit 1b7e49293a
13 changed files with 1565 additions and 1 deletions

View File

@@ -331,3 +331,4 @@ class DefaultGenome(BaseGenome):
**kwargs,
)
plt.savefig(save_path, dpi=save_dpi)
plt.close()