http://jays.net/wiki/ChemChains_sandbox
The network repeats?
Have you seen this sort of network repetition in the C++ version?
Thanks,
j
Yes. perl/ currently interprets "Input:ECM:False:R:C:1:0-100:1999" to
mean it should start as 0 (False) and then the node never varies
because Inputs have no Inputs to change their value, so it remains in
its initial state forever.
Like most of my code, I'm sure this is a misunderstanding and/or
laziness on my part. :)
I'm hoping to get a deterministic set of network states (T 0..100)
out of cpp/ so other implementations (and future cpp/
implementations) can be tested against the gold standard and
corrected. I'll attempt more reading of cpp/ to see if/how this may
be possible.
Thanks,
j