Files
bo-ptycho/TODO.md
T
2026-08-10 23:54:56 +09:00

574 B

TODO:

  • unify BOEngine.__init__()
  • BO train_x/y transfer between engines for single job
  • multi-GPU dispatcher
  • template job sequences / yamls
    • mobo
  • metric() function(s) for each ptycho engine
    • FRC score
  • 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
  • separate config into bo_config and ptycho_config; let BOEngine have no knowledge of ptychography and vice versa.
  • add GPU version of ExamplePtychoEngine