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

problem_kind

Kind of the underlying problem.

stage

Problem stage.