philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Alternate generation algorithm #42

Open philpax opened 1 year ago

philpax commented 1 year ago

A binary search-based algorithm. When a session starts, a random even-sized genome is created, and you have four choices:

If you choose to split, the genome is split, and you "select" the left half. The right half stays static. Your four choices then become:

This continues until you reach a top-level Finish or terminate the session. This lets one play around with the contents of a genome in a slightly more controllable fashion than the genetic algorithm.