Bill Tozier
Bill Tozier
Dude. DEFENSE.
## Major clarification I just was chatting with @NicMcPhee and I realize you might think I am considering this _current_ branch for submission. This `enumerator` type was simply intended as...
@thelmuth after telling you to go practice, I now want to ask you to explain your idea for a sandboxed `:function` with a bit more of an example. Walk me...
Partially grok. I totally believe I get how Plush genomes work (but yes, write it up)... but instructions that take arguments from `:exec` take _items_ from `:exec`, right? For example...
Yes, it does help, though I'm still not 100% I've grokked your idea for mappers as sketched in [this comment](https://github.com/lspector/Clojush/issues/147#issuecomment-122604026). I does seem, though that we ("we" :smile:) could implement...
Working out an example: ``` text exec:([false true false] true map boolean_xor) exec:(true map boolean_xor) vecb:([false true false]) exec:(map boolean_xor) vecb:([false true false]) bool:(true) exec:(boolean_xor) vecb:([false true false]) bool:(true)
Seems simple enough. Leaves room for some finesses, like pushing the entire state or just components. We really need to work on the docs, since there's almost no way for...
I stepped away for a couple of days, and came back this morning to finish this first design spike. Basically what I wanted from the exercise is to add a...
By the way, trying to suss out where that was happening, I set `:max-generations 0` and it still dies with the same stack trace. I've pushed the broken state to...
I'm not actively invoking anything, except via `lein run clojush.problems.tozier.float-regression-with-enumerators`. All I'm trying to do is run a `pushgp` problem that uses the new instructions and types. See the file...