Module ew::tools::logging[][src]

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

Structs

ResultOnlyLogger

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

TimeLogger

The logger prints out time duration after finish of algorithm.

VerboseLogger

The logger prints out current solution and goal function for every iteration.

Traits

Logger

The logging trait for algorithm with the agents.