Package edu.duke.cs.osprey.lute
Class LowEnergyConfSampler
java.lang.Object
edu.duke.cs.osprey.lute.ConfSampler
edu.duke.cs.osprey.lute.LowEnergyConfSampler
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.duke.cs.osprey.lute.ConfSampler
ConfSampler.NoMoreSamplesException, ConfSampler.Samples -
Field Summary
FieldsFields inherited from class edu.duke.cs.osprey.lute.ConfSampler
confSpace, pmat, rand, randomSeed -
Constructor Summary
ConstructorsConstructorDescriptionLowEnergyConfSampler(SimpleConfSpace confSpace, PruningMatrix pmat, int randomSeed, Function<RCs, ConfSearch> astarFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidsampleConfsForTuples(ConfSampler.Samples samples, int minSamplesPerTuple)
-
Field Details
-
astarFactory
-
-
Constructor Details
-
LowEnergyConfSampler
public LowEnergyConfSampler(SimpleConfSpace confSpace, PruningMatrix pmat, int randomSeed, Function<RCs, ConfSearch> astarFactory)
-
-
Method Details
-
sampleConfsForTuples
- Specified by:
sampleConfsForTuplesin classConfSampler
-