alogos._optimization.ea.reporting
¶
Classes¶
A reporter that generates minimal output for an algorithm run. |
|
A reporter that generates verbose output for an algorithm run. |
Detailed object descriptions¶
- class alogos._optimization.ea.reporting.MinimalReporter[source]¶
A reporter that generates minimal output for an algorithm run.
- init_start(self, gen, time_start, time_now)[source]¶
Report on start of initialization of the first generation.
- calc_phe(self, n, n_unique, n_cached, n_calc)[source]¶
Report on genotype-to-phenotype evaluation results.
- class alogos._optimization.ea.reporting.VerboseReporter[source]¶
A reporter that generates verbose output for an algorithm run.
- init_start(self, gen, time_start, time_now)[source]¶
Report on start of initialization of the first generation.
- calc_phe(self, n, n_unique, n_cached, n_calc)[source]¶
Report on genotype-to-phenotype evaluation results.