-
Notifications
You must be signed in to change notification settings - Fork 12
Open
1 / 11 of 1 issue completedDescription
We want to have a moscot.neural module which implements the discrete problems as equivalent neural problems. Therefore, we consecutively do the following steps:
- remove Protocol classes Removing Protocol Classes #765
- Move
GENOTLinProblemto neural module Neural Updates: Move GENOTLinProblem, Update SolverOutput Class Hierarchy #778 - moscot.neural.base should have
NeuralOTProblem(currentlyCondOTProblem, instead ofOTProblemin discrete case), and theNeuralOutput(instead of theOTTOutputin discrete case), this can be adapted from the current implementation. Therefore, restructure the output into aBaseOutputwhich is the parent class ofDiscreteOTOutputandNeuralOTOutputNeural Updates: Move GENOTLinProblem, Update SolverOutput Class Hierarchy #778
moscot.neural.solvers in future times should include
-
GenotLin, -
GenotQuad, - and
OTCFM,
start with GenotLin, because it's implemented already, and extend it to GenotQuad. OTCFM will be added later.
- Port the dataloader (or roughly the idea of the dataloader) from CellFlow, and extend it to include quadratic terms.
- Let's also distinguish between the data representation which we compute the coupling in, and the one which are input/output to the flow
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels