Current idea (search agent) Best solution found
⚠ Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.

Creative Problem Solving: A Simulated Annealing Search

Structured creative problem solving — brainstorming through design thinking — has an algorithmic skeleton: wide, tolerant exploration first, then a narrowing search that commits to the strongest idea. This simulator makes that skeleton literal. A 3D "solution landscape" stands in for the space of possible ideas, with height representing quality, and a simulated-annealing search agent walks it: at high temperature it happily accepts worse ideas to escape dead ends (divergent brainstorming), and as the temperature cools it accepts only genuine improvements (convergent refinement). Tune the starting temperature, cooling rate and idea-step radius, watch the live acceptance rate of "bad" moves collapse as the search converges, and trigger a fresh idea cycle to reheat the search and watch the diverge-then-converge pattern repeat.