public final class LSVMWorld extends World
| Constructor and Description |
|---|
LSVMWorld(LSVMWorldSetup worldSetup,
RNGSupplier rngSupplier) |
| Modifier and Type | Method and Description |
|---|---|
List<LSVMBidder> |
createPopulation(List<LSVMBidderSetup> setups,
RNGSupplier populationRNG) |
LSVMGrid |
getGrid() |
com.google.common.collect.ImmutableSet<LSVMLicense> |
getLicenses() |
int |
getNumberOfGoods() |
void |
refreshFieldBackReferences()
Some of the members of the World (e.g.
|
Collection<? extends Bidder<LSVMLicense>> |
restorePopulation(long populationId)
Restore serialized
Bidder instances via population id |
equals, getId, getModelName, hashCode, openNewPopulation, restorePopulation, restorePopulation, storepublic LSVMWorld(LSVMWorldSetup worldSetup, RNGSupplier rngSupplier)
public LSVMGrid getGrid()
public Collection<? extends Bidder<LSVMLicense>> restorePopulation(long populationId)
WorldBidder instances via population idrestorePopulation in class WorldpopulationId - the population idpublic com.google.common.collect.ImmutableSet<LSVMLicense> getLicenses()
getLicenses in class Worldpublic int getNumberOfGoods()
getNumberOfGoods in class Worldpublic void refreshFieldBackReferences()
WorldrefreshFieldBackReferences in class Worldpublic List<LSVMBidder> createPopulation(List<LSVMBidderSetup> setups, RNGSupplier populationRNG)
Copyright © 2017. All rights reserved.