rcognita.solvers.Solver
- class rcognita.solvers.Solver
Solver is an abstract class representing a solver for optimization problems.
Attributes: y: A property representing the output of the solver. t: A property representing the current time of the solver.
Methods: step: An abstract method representing a single step of the solver.
- __init__()
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
step
()Advance the solver by one step.
Attributes
t
y