Module criticloop

Module criticloop 

Source
Expand description

Provides a generator-critic evolutionary loop for finding optimal FractalFields.

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ยง

GeneratorCriticLoop
Manages an evolutionary loop that generates and evaluates FractalField candidates.