Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
32 check-ins using file Cargo.toml version 65717dd45c
|
2019-12-25
| ||
| 09:41 | minimal: additional minorants are thrown away. check-in: 24515ed672 user: fifr tags: async-minorants | |
| 09:37 | cpx: add TODO note about number of minorants check-in: 2901c36ac7 user: fifr tags: async-minorants | |
|
2019-12-24
| ||
| 21:31 | cpx: remove a temporary vector in `compress` check-in: 5e0be3fa5d user: fifr tags: async-minorants | |
| 21:20 | cpx: extend subgradients of pending minorants, too check-in: a4c6a94d2f user: fifr tags: async-minorants | |
| 18:03 | minimal: improve error message in `fill_models` check-in: eeb8e2e909 user: fifr tags: async-minorants | |
| 18:01 | master: add `fill_models` method to fill missing minorants in aggregated models check-in: b16174da76 user: fifr tags: async-minorants | |
|
2019-12-23
| ||
| 19:11 | cpx: ensure corresponding minorants in a submodel are aggregated. check-in: fdc88c5e04 user: fifr tags: async-minorants | |
| 19:09 | cpx: simplify code to retrieve optimal multipliers from QP check-in: bea46005b1 user: fifr tags: async-minorants | |
| 19:07 | cpx: improve some debug assertions check-in: f055011c3c user: fifr tags: async-minorants | |
| 19:06 | cpx: set correct multiplier for aggregated minorant check-in: f2098d6f95 user: fifr tags: async-minorants | |
| 17:17 | cpx: add minorants of aggregated models to pending queue check-in: f5c82dd804 user: fifr tags: async-minorants | |
|
2019-11-21
| ||
| 22:13 | asyn: a new candidate is computed even if there are pending subproblems check-in: f1a5fb1710 user: fifr tags: async | |
| 22:10 | asyn: more debug output for `handle_master_response` check-in: 7eb2241dd5 user: fifr tags: async | |
| 22:09 | asyn: store older candidates for slow evaluations check-in: 2db25156b1 user: fifr tags: async | |
| 20:02 | masterprocess: add "master: " to a debug output check-in: e192d2518b user: fifr tags: async | |
| 20:02 | masterprocess: get and return index of center check-in: 2a5d8ebf06 user: fifr tags: async | |
| 16:40 | asyn: automatically derive `Default` for `SubData` check-in: b294626d97 user: fifr tags: async | |
| 16:39 | asyn: make safety check for negative `expected_progress` an `assert!` check-in: 635855cb05 user: fifr tags: async | |
| 16:32 | asyn: show center index in debug output of new minorants check-in: 2713e7afc5 user: fifr tags: async | |
| 15:59 | asyn: store point of last evaluation for each subproblem check-in: b015e73ddf user: fifr tags: async | |
| 15:15 | asyn: add a comment check-in: dba7cd368f user: fifr tags: async | |
| 15:14 | asyn: a call to `handle_update_response` might trigger a master resolve check-in: 3a9b81e6cb user: fifr tags: async | |
| 15:13 | asyn: remove some old comments check-in: 661f2bf6ac user: fifr tags: async | |
| 15:01 | asyn: move `handle_step` code to `handle_new_objective` check-in: d7e3ae755b user: fifr tags: async | |
| 14:53 | asyn: add struct `EvalId` check-in: 0a06339e2d user: fifr tags: async | |
| 14:46 | asyn: desynchronize handling of results check-in: c73c837942 user: fifr tags: async | |
|
2019-11-20
| ||
| 10:31 | asyn: use `self.data.nxt_val` instead of `nxt_lb` in `handle_step`. check-in: 475d79736a user: fifr tags: async | |
| 10:27 | Merge trunk check-in: 021afa4a12 user: fifr tags: async | |
| 09:44 | asyn: import `assert_float_eq` only in debug mode check-in: e66b44a07e user: fifr tags: async | |
| 09:43 | asyn: compute `new_cutval` incrementally check-in: 94788b2cfb user: fifr tags: async | |
| 09:37 | asyn: compute `nxt_val` incrementally check-in: a18c1d31c7 user: fifr tags: async | |
| 09:37 | Use crate `assert_eq_float` check-in: 69251e778a user: fifr tags: async | |