phl/pareidoloop

Add stopping criterion information

Closed this issue · 5 comments

It would be nice to see what the stopping criterion was for a particular generated image. It could be just a mouseover that shows the fitness, generations, and what the set values were. Something like this:

fitness: value (target)
generations: value (max)

A mouseover wouldn't disturb the simple layout.

phl commented

I'd be happy to merge that in if you're interested in adding it. It would be a small change to the renderImage() function in the HTML page (maybe just use a title attribute), and the invocation of outputCallback would have to be modified to pass this extra metadata.

I think you dramatically over-estimate my HTML skills, I have never ever written anything like this. OTOH I understand that you ask for a pull request here because it's not your own idea.

That said, I'll have a look and see what I can do. Don't laugh!

phl commented

I just pushed a simple implementation of this, I'll update the live version later.

phl commented

Updated the live version at iobound.com/pareidoloop

That is exactly what I had in mind, thank you!