moscot.base.problems.BaseProblem¶
- class moscot.base.problems.BaseProblem[source]¶
Base class for all OT problems.
Methods
load(path)Load the model from a file.
prepare(*args, **kwargs)Prepare the problem.
save(path[, overwrite])Save the problem to a file.
solve(*args, **kwargs)Solve the problem.
Attributes
Kind of the underlying problem.
Problem stage.