[][src]Module optlib::genetic::logging

The module with the loggers ready for using. The loggers implements the Logger trait.

Structs

StdoutResultOnlyLogger

The logger print out to stdout best result and value of goal function after end of genetic algorithm running.

TimeStdoutLogger

The logger prints out time duration after finish of algorithm.

VerboseStdoutLogger

The logger prints out to stdout best chromosomes and goal function for every generation.