rename the "advance" and "AdvanceInitialize" to "hidden" and "HiddenInitialize"

This commit is contained in:
wls2002
2024-06-18 16:02:26 +08:00
parent ce8015d22c
commit 9f72813c35
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import jax, jax.numpy as jnp
from algorithm.neat import *
from algorithm.neat.genome.advance import AdvanceInitialize
from algorithm.neat.genome.hidden import AdvanceInitialize
from utils.graph import topological_sort_python
if __name__ == '__main__':