diff --git a/crates/argmin-observer-paramwriter/Cargo.toml b/crates/argmin-observer-paramwriter/Cargo.toml index b705cbf77..0628f6258 100644 --- a/crates/argmin-observer-paramwriter/Cargo.toml +++ b/crates/argmin-observer-paramwriter/Cargo.toml @@ -15,7 +15,7 @@ exclude = [] [dependencies] argmin = { version = "0.9.0", path = "../argmin", default-features = false } -bincode = { version = "1.3.3" } +bincode = { version = "1.3" } serde = { version = "1.0", features = ["derive", "rc"] } serde_json = { version = "1.0" } diff --git a/crates/argmin-observer-paramwriter/README.md b/crates/argmin-observer-paramwriter/README.md new file mode 100644 index 000000000..a1a323815 --- /dev/null +++ b/crates/argmin-observer-paramwriter/README.md @@ -0,0 +1,65 @@ +

+ +

+

argmin-observer-paramwriter

+ +

+ Website + | + Book + | + Docs (latest release) + | + Docs (main branch) +

+ +

+ Crates.io version + Crates.io downloads + GitHub Actions workflow status + License + argmin Discord +

+ +This argmin observer writes serialized parameter vectors to files during optimization. +Details can be found in the documentation ([latest release](https://docs.rs/argmin-observer-paramwriter) or +[current main](https://argmin-rs.github.io/argmin/argmin_observer_paramwriter/index.html)) +or the [argmin book](https://argmin-rs.org/book/). +There is also an [example](https://github.com/argmin-rs/argmin/tree/main/examples/paramwriter) +which illustrates how to use the observer. + +## License + +Licensed under either of + + * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) + * MIT License ([LICENSE-MIT](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. diff --git a/crates/argmin-observer-slog/README.md b/crates/argmin-observer-slog/README.md new file mode 100644 index 000000000..b02e55b88 --- /dev/null +++ b/crates/argmin-observer-slog/README.md @@ -0,0 +1,63 @@ +

+ +

+

argmin-observer-slog

+ +

+ Website + | + Book + | + Docs (latest release) + | + Docs (main branch) +

+ +

+ Crates.io version + Crates.io downloads + GitHub Actions workflow status + License + argmin Discord +

+ +This argmin observer logs the progress of the optimization to the terminal or to disk. +Details can be found in the documentation ([latest release](https://docs.rs/argmin-observer-slog) or +[current main](https://argmin-rs.github.io/argmin/argmin_observer_slog/index.html)) +or the [argmin book](https://argmin-rs.org/book/). + +## License + +Licensed under either of + + * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) + * MIT License ([LICENSE-MIT](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.