update hyperneat and related examples
This commit is contained in:
@@ -23,10 +23,10 @@ from ...utils import (
|
||||
class DefaultMutation(BaseMutation):
|
||||
def __init__(
|
||||
self,
|
||||
conn_add: float = 0.1,
|
||||
conn_delete: float = 0,
|
||||
conn_add: float = 0.2,
|
||||
conn_delete: float = 0.2,
|
||||
node_add: float = 0.1,
|
||||
node_delete: float = 0,
|
||||
node_delete: float = 0.1,
|
||||
):
|
||||
self.conn_add = conn_add
|
||||
self.conn_delete = conn_delete
|
||||
|
||||
Reference in New Issue
Block a user