Class HeuristicConfigPolicy<Solution_>
- java.lang.Object
- 
- org.optaplanner.core.impl.heuristic.HeuristicConfigPolicy<Solution_>
 
- 
 public class HeuristicConfigPolicy<Solution_> extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description HeuristicConfigPolicy(EnvironmentMode environmentMode, Integer moveThreadCount, Integer moveThreadBufferSize, Class<? extends ThreadFactory> threadFactoryClass, InnerScoreDirectorFactory<Solution_,?> scoreDirectorFactory)HeuristicConfigPolicy(EnvironmentMode environmentMode, String logIndentation, Integer moveThreadCount, Integer moveThreadBufferSize, Class<? extends ThreadFactory> threadFactoryClass, InnerScoreDirectorFactory<Solution_,?> scoreDirectorFactory)
 - 
Method Summary
 
- 
- 
- 
Constructor Detail- 
HeuristicConfigPolicypublic HeuristicConfigPolicy(EnvironmentMode environmentMode, Integer moveThreadCount, Integer moveThreadBufferSize, Class<? extends ThreadFactory> threadFactoryClass, InnerScoreDirectorFactory<Solution_,?> scoreDirectorFactory) 
 - 
HeuristicConfigPolicypublic HeuristicConfigPolicy(EnvironmentMode environmentMode, String logIndentation, Integer moveThreadCount, Integer moveThreadBufferSize, Class<? extends ThreadFactory> threadFactoryClass, InnerScoreDirectorFactory<Solution_,?> scoreDirectorFactory) 
 
- 
 - 
Method Detail- 
getEnvironmentModepublic EnvironmentMode getEnvironmentMode() 
 - 
getLogIndentationpublic String getLogIndentation() 
 - 
getMoveThreadCountpublic Integer getMoveThreadCount() 
 - 
getThreadFactoryClasspublic Class<? extends ThreadFactory> getThreadFactoryClass() 
 - 
getMoveThreadBufferSizepublic Integer getMoveThreadBufferSize() 
 - 
getSolutionDescriptorpublic SolutionDescriptor<Solution_> getSolutionDescriptor() 
 - 
getScoreDefinitionpublic ScoreDefinition getScoreDefinition() 
 - 
getScoreDirectorFactorypublic InnerScoreDirectorFactory<Solution_,?> getScoreDirectorFactory() 
 - 
getEntitySorterMannerpublic EntitySorterManner getEntitySorterManner() 
 - 
setEntitySorterMannerpublic void setEntitySorterManner(EntitySorterManner entitySorterManner) 
 - 
getValueSorterMannerpublic ValueSorterManner getValueSorterManner() 
 - 
setValueSorterMannerpublic void setValueSorterManner(ValueSorterManner valueSorterManner) 
 - 
isReinitializeVariableFilterEnabledpublic boolean isReinitializeVariableFilterEnabled() 
 - 
getEntityMimicRecorderMappublic Map<String,EntityMimicRecorder<Solution_>> getEntityMimicRecorderMap() 
 - 
setEntityMimicRecorderMappublic void setEntityMimicRecorderMap(Map<String,EntityMimicRecorder<Solution_>> entityMimicRecorderMap) 
 - 
getValueMimicRecorderMappublic Map<String,ValueMimicRecorder<Solution_>> getValueMimicRecorderMap() 
 - 
setValueMimicRecorderMappublic void setValueMimicRecorderMap(Map<String,ValueMimicRecorder<Solution_>> valueMimicRecorderMap) 
 - 
isInitializedChainedValueFilterEnabledpublic boolean isInitializedChainedValueFilterEnabled() 
 - 
createPhaseConfigPolicypublic HeuristicConfigPolicy<Solution_> createPhaseConfigPolicy() 
 - 
createFilteredPhaseConfigPolicypublic HeuristicConfigPolicy<Solution_> createFilteredPhaseConfigPolicy() 
 - 
createChildThreadConfigPolicypublic HeuristicConfigPolicy<Solution_> createChildThreadConfigPolicy(ChildThreadType childThreadType) 
 - 
addEntityMimicRecorderpublic void addEntityMimicRecorder(String id, EntityMimicRecorder<Solution_> mimicRecordingEntitySelector) 
 - 
getEntityMimicRecorderpublic EntityMimicRecorder<Solution_> getEntityMimicRecorder(String id) 
 - 
addValueMimicRecorderpublic void addValueMimicRecorder(String id, ValueMimicRecorder<Solution_> mimicRecordingValueSelector) 
 - 
getValueMimicRecorderpublic ValueMimicRecorder<Solution_> getValueMimicRecorder(String id) 
 - 
buildThreadFactorypublic ThreadFactory buildThreadFactory(ChildThreadType childThreadType) 
 
- 
 
-