show the node cnt and conn cnt in pipeline;
mutate add node or add conn will not happen when there is no enough space for new nodes or conns.
This commit is contained in:
@@ -11,8 +11,8 @@ if __name__ == "__main__":
|
||||
genome=DefaultGenome(
|
||||
num_inputs=3,
|
||||
num_outputs=1,
|
||||
max_nodes=100,
|
||||
max_conns=200,
|
||||
max_nodes=5,
|
||||
max_conns=10,
|
||||
node_gene=DefaultNodeGene(
|
||||
activation_default=Act.tanh,
|
||||
activation_options=(Act.tanh,),
|
||||
|
||||
Reference in New Issue
Block a user