new architecture
This commit is contained in:
3
algorithm/neat/ga/crossover/base.py
Normal file
3
algorithm/neat/ga/crossover/base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class BaseCrossover:
|
||||
def __call__(self, randkey, genome, nodes1, nodes2, conns1, conns2):
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user