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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Post create is called after the ininital creation of the schemeMethods inherited from class com.dna.jopt.framework.body.scheme.DefaultOptimizationScheme
create, getDefaultHeuristicAlgos
Methods 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:IOptimizationScheme
Post create is called after the ininital creation of the scheme- Specified by:
postCreate
in interfaceIOptimizationScheme
- Overrides:
postCreate
in classAbstractOptimizationScheme
-