I am particularly proud of these lines of code:
if 0.25 _le_ node.GOF and node.GOF _le_ 0.75:
# find the missing node (if there is just one)
EBM = node.nar.getExpectedButMissing()
if EBM==NULL_VAR :
continue
#convert the context into children of that node
a = self.C.getAll()
a2 = EBM.filter(a)
if len(a2)==0:
continue
The routine then proceeds to grab as many entries from a2 as needed, if available, and inserts them into the incomplete narrative.
Saturday, November 4, 2017
Wednesday, November 1, 2017
Bitcoin is a pyramid scheme
Early players got easy to get coins, later players got harder to get coins, and the value of the coins has grown. Sure it is geeky but it is a classic pyramid scheme. Is that legal?
Wednesday, October 18, 2017
Wednesday, October 11, 2017
Thursday, October 5, 2017
Monday, October 2, 2017
Subscribe to:
Posts (Atom)

