update gene

This commit is contained in:
root
2024-07-10 16:33:18 +08:00
parent 649d4b0552
commit 3170d2a3d5
8 changed files with 3 additions and 491 deletions

View File

@@ -1,9 +1,8 @@
import jax.numpy as jnp
import jax.random
import numpy as np
import sympy as sp
from tensorneat.common import mutate_float
from . import BaseConnGene
from .base import BaseConnGene
class DefaultConnGene(BaseConnGene):