new architecture
This commit is contained in:
3
algorithm/neat/ga/mutation/base.py
Normal file
3
algorithm/neat/ga/mutation/base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class BaseMutation:
|
||||
def __call__(self, key, genome, nodes, conns, new_node_key):
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user