Crate argmin_observer_slog
source ·Expand description
This crate contains loggers based on the slog
crate.
These loggers write general information about the optimization and information about the
progress of the optimization for each iteration of the algorithm to screen or into a file in
JSON format.
See SlogLogger
for details regarding usage.
§Usage
Add the following line to your dependencies list:
[dependencies]
argmin-observer-slog = "0.1.0"
§License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
§Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Structs§
- A logger using the
slog
crate as backend.