At the moment I have an initial state being generated by a call to (lg/initial-genome) in Quil's setup method. This is busted because the actual initial state is generated in the search process, so this initial state is bogus. I suspect it's nothing more than a flash before the first "real" state is drawn, but it's still awkward and it would be nice to fix it.
At the moment I have an initial state being generated by a call to
(lg/initial-genome)
in Quil'ssetup
method. This is busted because the actual initial state is generated in the search process, so this initial state is bogus. I suspect it's nothing more than a flash before the first "real" state is drawn, but it's still awkward and it would be nice to fix it.