perfect! fix bug about jax auto recompile
add task xor-3d
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
contains operations on a single genome. e.g. forward, mutate, crossover, etc.
|
||||
"""
|
||||
from .genome import create_forward_function, topological_sort, unflatten_connections, initialize_genomes
|
||||
from .population import update_species, create_next_generation, speciate, tell
|
||||
from .population import update_species, create_next_generation, speciate, tell, initialize
|
||||
|
||||
from .genome.activations import act_name2func
|
||||
from .genome.aggregations import agg_name2func
|
||||
|
||||
Reference in New Issue
Block a user