metaheuristic_designer.reporters#

Built-in reporter implementations (silent, tqdm, verbose) and the factory.

Modules

create_reporter(reporter_name, **kwargs)

Instantiate a reporter by name.

silent_reporter

Silent reporter that produces no output during a run.

tqdm_reporter

Reporter that shows a tqdm progress bar during optimization.

verbose_reporter

Reporter that prints a text summary at regular intervals.