Created solver abstraction and implemented for the SolverDDP, SolverFDDP and SolverKKT
All threads resolved!
Compare changes
This PR makes the following changes:
SolverAbstract
class) inside solver.pySolverDDP
, SolverFDDP
and SolverKKT
classes.setCandidate
, models
and datas
inside SolverAbstract
b
inside SolverDDP.forwardPass
method.
and it tackles issue #79 (closed).@nmansard do you have any further suggestions? I believe that we could do more things but it might be premature in this phase.