Expand description
The module with the loggers ready for using. The loggers implements the Logger trait.
Structs§
- Result
Only Logger - The logger print out to stdout best result and value of goal function after end of genetic algorithm running.
- Time
Logger - The logger prints out time duration after finish of algorithm.
- Verbose
Logger - The logger prints out current solution and goal function for every iteration.
Traits§
- Logger
- The logging trait for algorithm with the agents.