| Package | Description |
|---|---|
| org.powertac.genco |
| Modifier and Type | Class and Description |
|---|---|
class |
Buyer
This is a simple buyer that provides some amount of market liquidity, as
well as a modest amount of volatility, to the wholesale market.
|
| Modifier and Type | Method and Description |
|---|---|
Genco |
Genco.withCarbonEmissionRate(double rate)
Fluent setter for carbonEmissionRate.
|
Genco |
Genco.withCommitmentLeadtime(int leadtime)
Fluent setter for commitment leadtime.
|
Genco |
Genco.withCost(double cost)
Fluent setter for nominal capacity
|
Genco |
Genco.withNominalCapacity(double capacity)
Fluent setter for nominal capacity
|
Genco |
Genco.withReliability(double reliability)
Fluent setter for reliability.
|
Genco |
Genco.withVariability(double var)
Fluent setter for variability.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleGencoService.init(List<Genco> gencos)
Simply receives and stores the list of genco and buyer instances generated
by the initialization service.
|
Copyright © 2017 Power TAC. All rights reserved.