mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 20:29:07 +09:00
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
# TODO:
|
|
|
|
- fold_slice:
|
|
- load diffractions / hdf5 files; change only param per job
|
|
- restructure `FoldSlicePtychoEngine.__init__()` to load data but not params
|
|
- write new `prepare_data.m`
|
|
- start fold_slice from config.yaml instead of setup.txt
|
|
- unify `BOEngine.__init__()`
|
|
- BO train_x/y transfer between engines for single job
|
|
- multi-GPU dispatcher
|
|
- synchronous batched BO
|
|
- asynchronous BO
|
|
- template job sequences / yamls
|
|
- mobo
|
|
- metric() function(s) for each ptycho engine
|
|
- FRC score
|
|
- separate `config` into `bo_config` and `ptycho_config`; let `BOEngine` have no knowledge of ptychography and vice versa.
|
|
- add GPU version of ExamplePtychoEngine
|
|
- change `PtychoEngine.metric()` to accept list of names and return dict
|
|
- separation of available GPUs and parallel BO batches
|
|
- prepare next batch for efficient GPU use
|
|
- rename `BOEngine` to `Sampler`
|
|
- organize results/
|
|
- possibly: `[dataset name]/[salient config]-[date]/`
|
|
|
|
|
|
# TODAY:
|
|
- `GridSampler`
|
|
- `.__init__()` should create a grid
|
|
- `.ask()` should remove those items from the grid
|