Ejemplo n.º 1
0
    def preSolve(self):
        """
        Check to make sure that the inputs that are specific to MarkovConsumerType
        are of the right shape (if arrays) or length (if lists).

        Parameters
        ----------
        None

        Returns
        -------
        None
        """
        AgentType.preSolve(self)
        self.checkMarkovInputs()
Ejemplo n.º 2
0
 def preSolve(self):
     AgentType.preSolve(self)
     self.updateSolutionTerminal()