Class LearningCustomerCreator

  • All Implemented Interfaces:
    org.powertac.factoredcustomer.CustomerFactory.CustomerCreator

    public class LearningCustomerCreator
    extends Object
    implements org.powertac.factoredcustomer.CustomerFactory.CustomerCreator
    Creates instances of @code{LearningFactoredCustomer} through the @code{CustomerFactory}.
    Author:
    Prashant Reddy
    • Constructor Detail

      • LearningCustomerCreator

        public LearningCustomerCreator()
    • Method Detail

      • getKey

        public String getKey()
        Specified by:
        getKey in interface org.powertac.factoredcustomer.CustomerFactory.CustomerCreator
      • createModel

        public FactoredCustomer createModel​(CustomerStructure customerStructure)
        Specified by:
        createModel in interface org.powertac.factoredcustomer.CustomerFactory.CustomerCreator