Class CpGencoTest


  • public class CpGencoTest
    extends Object
    Author:
    jcollins
    • Constructor Detail

      • CpGencoTest

        public CpGencoTest()
    • Method Detail

      • testCpGenco

        @Test
        public void testCpGenco()
        Test method for CpGenco(java.lang.String).
      • testInit

        @Test
        public void testInit()
        Test method for CpGenco.init(org.powertac.common.interfaces.BrokerProxy, int, org.powertac.common.repo.RandomSeedRepo, org.powertac.common.repo.TimeslotRepo).
      • testWithCoefficients

        @Test
        public void testWithCoefficients()
        Test method for CpGenco.withCoefficients(List).
      • bogusCoefficients2

        @Test
        public void bogusCoefficients2()
      • bogusCoefficients4

        @Test
        public void bogusCoefficients4()
      • testWithPSigma

        @Test
        public void testWithPSigma()
        Test method for CpGenco.withPSigma(double).
      • testWithQSigma

        @Test
        public void testWithQSigma()
        Test method for CpGenco.withQSigma(double).
      • testWithPriceInterval

        @Test
        public void testWithPriceInterval()
        Test method for CpGenco.withPriceInterval(double).
      • testWithMinQuantity

        @Test
        public void testWithMinQuantity()
        Test method for CpGenco.withMinQuantity(double).
      • configTest

        @Test
        public void configTest()
      • generateFixedOrders

        @Test
        public void generateFixedOrders()
        Test method for CpGenco.generateOrders(org.joda.time.Instant, java.util.List).
      • generateVarOrders

        @Test
        public void generateVarOrders()