示例#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()
示例#2
0
 def preSolve(self):
     AgentType.preSolve(self)
     self.updateSolutionTerminal()