Expand description
Provides a generator-critic evolutionary loop for finding optimal FractalField
s.
This module defines GeneratorCriticLoop
, a structure that repeatedly uses a Generator
to create candidate solutions and a CriticSuite
to evaluate and select the best one,
iteratively improving the solution over a set number of iterations.
Structsยง
- Generator
Critic Loop - Manages an evolutionary loop that generates and evaluates
FractalField
candidates.