Class OpenCostAssessorOptimizationScheme
java.lang.Object
com.dna.jopt.framework.body.scheme.AbstractOptimizationScheme
com.dna.jopt.framework.body.scheme.DefaultOptimizationScheme
com.dna.jopt.framework.body.scheme.OpenCostAssessorOptimizationScheme
- All Implemented Interfaces:
IOptimizationScheme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPost create is called after the ininital creation of the schemeMethods inherited from class com.dna.jopt.framework.body.scheme.DefaultOptimizationScheme
create, getAlgoConfig, getConstructionAlgoConfig, getDefaultHeuristicAlgosMethods inherited from class com.dna.jopt.framework.body.scheme.AbstractOptimizationScheme
attachCustomNodeLevelRestriction, attachCustomRouteLevelRestriction, getAssessorJobRestrictions, getAssessorMultiRouteRestrictions, getAssessorNodeRestrictions, getAssessorRouteRestrictions, getAutoFilter, getCostAssessor, getCustomDefaultProperties, getOptimization, getOptimizationAlgorithms, initAssessor, setAutoFilter, setCostAssessor, setCustomDefaultProperties, setOptimizationAlgorithms
-
Constructor Details
-
OpenCostAssessorOptimizationScheme
-
-
Method Details
-
postCreate
public void postCreate()Description copied from interface:IOptimizationSchemePost create is called after the ininital creation of the scheme- Specified by:
postCreatein interfaceIOptimizationScheme- Overrides:
postCreatein classAbstractOptimizationScheme
-