ParamExplorer: A framework for exploring parameters in generative art
This work addresses a domain-specific challenge for artists using generative art systems, offering a tool to reduce manual effort in parameter exploration.
The authors tackled the problem of exploring high-dimensional parameter spaces in generative art, which typically requires extensive manual trial-and-error, by introducing ParamExplorer, an interactive framework that helps discover aesthetically compelling configurations through human-in-the-loop or automated feedback.
Generative art systems often involve high-dimensional and complex parameter spaces in which aesthetically compelling outputs occupy only small, fragmented regions. Because of this combinatorial explosion, artists typically rely on extensive manual trial-and-error, leaving many potentially interesting configurations undiscovered. In this work we make two contributions. First, we introduce ParamExplorer, an interactive and modular framework inspired by reinforcement learning that helps the exploration of parameter spaces in generative art algorithms, guided by human-in-the-loop or even automated feedback. The framework also integrates seamlessly with existing p5js projects. Second, within this framework we implement and evaluate several exploration strategies, referred to as agents.