More depth on fanOut
This commit is contained in:
parent
1ad4e1c9d0
commit
ffd678a742
BIN
brains/uttt.pth
BIN
brains/uttt.pth
Binary file not shown.
@ -467,9 +467,9 @@ class Trainer(Runtime):
|
|||||||
term = self.linearPlay(model, calcDepth=depth, exacity=exacity)
|
term = self.linearPlay(model, calcDepth=depth, exacity=exacity)
|
||||||
if refining:
|
if refining:
|
||||||
print('[*] Refining Timeline')
|
print('[*] Refining Timeline')
|
||||||
self.fanOut(term, depth=depth+1)
|
self.fanOut(term, depth=depth+2)
|
||||||
self.fanOut(term.parent, depth=depth+1)
|
self.fanOut(term.parent, depth=depth+2)
|
||||||
self.fanOut(term.parent.parent, depth=depth+1)
|
self.fanOut(term.parent.parent, depth=depth+2)
|
||||||
return term
|
return term
|
||||||
|
|
||||||
def fanOut(self, head, depth=4):
|
def fanOut(self, head, depth=4):
|
||||||
|
Loading…
Reference in New Issue
Block a user