Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2023-01-16 14:31:23.
|
2023-04-06
| ||
| 14:56 | mpi: add doc comments to `DistributedFirstOrderProblem` check-in: c2dc4bf3de user: fifr tags: mpi | |
| 12:25 | minimal: fix typo check-in: a7d3aec008 user: fifr tags: mpi | |
| 12:18 | masterprocess: use type alias for call function (clippy) check-in: dbd990bfd6 user: fifr tags: mpi | |
|
2023-04-05
| ||
| 21:29 | Fix cflp for mpi check-in: 59c61eb508 user: fifr tags: mpi | |
| 21:24 | Add src/mpi/msg.rs check-in: 613de04b28 user: fifr tags: mpi | |
| 21:24 | Fix many clippy/linter warnings check-in: d02e699a01 user: fifr tags: mpi | |
| 20:40 | mpi::problem: remove thread-pool instance variable. check-in: 82ae17b6df user: fifr tags: mpi | |
| 20:37 | mmcf: remove unnecessary qualifications check-in: 563f0ba86c user: fifr tags: mpi | |
| 20:35 | minorant: reorder some trait functions check-in: dfae4ffa37 user: fifr tags: mpi | |
| 20:34 | solver::sync: reorder some trait functions check-in: 6ac2d96b5a user: fifr tags: mpi | |
| 20:28 | mpi::worker: fix warnings about unused errors check-in: 88c6741104 user: fifr tags: mpi | |
| 19:58 | mcf::problem: remove some unnecessary qualifications check-in: 63a3ee04b4 user: fifr tags: mpi | |
| 19:56 | mcf::problem: fix deprecated use if `INFINITY` check-in: 3cdbaa73cf user: fifr tags: mpi | |
| 19:48 | mcf::problem: store complete `subdatas` vec in an `Arc`. check-in: c2cde07f32 user: fifr tags: mpi | |
| 19:46 | mpi: `create_update` takes a callback instead of a channel. check-in: 48e285c382 user: fifr tags: mpi | |
| 09:46 | Add `DistributedFirstOrderProblem` trait check-in: 78fe5f1328 user: fifr tags: mpi | |
|
2023-03-30
| ||
| 17:16 | Remove some debug output check-in: 1965a45f88 user: fifr tags: mpi | |
| 17:00 | Implement basic MPI check-in: 89a1dd81dd user: fifr tags: mpi | |
| 17:00 | problem: `ResultSender` and `UpdateSender` have fixed error types now. check-in: 6cfec5b15f user: fifr tags: mpi | |
| 16:52 | mcf: make error serializable check-in: abd3e81de1 user: fifr tags: mpi | |
|
2023-03-28
| ||
| 17:50 | Update to 2021 edition. check-in: bbd068a0aa user: fifr tags: mpi | |
| 08:14 | Start basic MPI implementation check-in: 7ad8b14c5a user: fifr tags: mpi | |
| 07:25 | problem: fix a doc comment check-in: 2165637e7e user: fifr tags: trunk | |
|
2023-01-28
| ||
| 18:18 | Clippy warnings check-in: 0adca4db5d user: fifr tags: trunk | |
|
2023-01-16
| ||
| 14:31 | mmcf: add configuration for artificial delays check-in: abf6b6de39 user: fifr tags: trunk | |
| 11:06 | Update `env_logger` to version 0.10 check-in: d1816edfe1 user: fifr tags: trunk | |
| 11:05 | Update `ordered-float` to version 3 check-in: f72eedb33a user: fifr tags: trunk | |
| 11:03 | Update `better-panic` to version 0.3 check-in: 80d691e03c user: fifr tags: trunk | |
|
2022-09-02
| ||
| 09:30 | quadcvx: further increase termination precision check-in: 2e49c84e80 user: fifr tags: cvx-constraint | |
| 09:30 | boxed: rename `eta` to `η` and `lambda` to `λ` check-in: 2591a553d2 user: fifr tags: cvx-constraint | |
| 09:20 | boxed: fix sign error in computation of λ check-in: c641c275ac user: fifr tags: cvx-constraint | |
|
2022-09-01
| ||
| 17:13 | quadcvx: set smaller termination precision check-in: ef8a1f28ed user: fifr tags: cvx-constraint | |
| 16:22 | boxed: save and restore convexity constraints check-in: cc916e8916 user: fifr tags: cvx-constraint | |
| 16:19 | Add example with convexity constraint check-in: 92e2de71a8 user: fifr tags: cvx-constraint | |
| 16:19 | boxed: handle convexity constraints in termination of inner iterations check-in: b99c3ce9e8 user: fifr tags: cvx-constraint | |
| 16:18 | boxed: fix initialization of convexity sets check-in: 3423881e6a user: fifr tags: cvx-constraint | |
| 16:18 | boxed: update right-hand side of convexity constraints when moving the center check-in: e9a0a9a249 user: fifr tags: cvx-constraint | |
| 15:36 | solver: initialize center of master problems correctly. check-in: b4f788b3fe user: fifr tags: cvx-constraint | |
| 15:35 | vector: implement `AsRef` for `DVector` check-in: 7e18a68659 user: fifr tags: cvx-constraint | |
| 14:22 | boxed: rename `eta_cutval` to `lambda_eta_cutval` check-in: 1e7049e798 user: fifr tags: cvx-constraint | |
| 14:21 | boxed: implement lambda update check-in: 1e263a1817 user: fifr tags: cvx-constraint | |
| 09:00 | solver: initialize y variables in convexity constraints correctly check-in: 61d6399085 user: fifr tags: cvx-constraint | |
| 08:21 | solver: verify that convexity constrained variables are in [0,∞) check-in: 016889768f user: fifr tags: cvx-constraint | |
| 08:11 | solver: set convexity sets on master initialization check-in: d7c26b20b2 user: fifr tags: cvx-constraint | |
| 08:10 | master: add `convexity_sets` to master problem check-in: 241c8ae347 user: fifr tags: cvx-constraint | |
| 07:58 | problem: add missing `&self` to `constraint_index` check-in: 3642d62244 user: fifr tags: cvx-constraint | |
| 07:52 | problem: add `constraint_index` method to `FirstOrderProblem` check-in: 6e9813126a user: fifr tags: cvx-constraint | |
| 07:51 | Merge solver-state check-in: 201fb070ea user: fifr tags: trunk | |
|
2022-06-19
| ||
| 14:29 | sync: simplify `SaveError` check-in: 79f5c1c111 user: fifr tags: solver-state | |
|
2022-06-17
| ||
| 19:09 | masterprocess: add `call_and_forget` for calling methods asynchronously check-in: 94f25e4b9a user: fifr tags: solver-state | |