Package org.opt4j.optimizer.sa
Class CoolingScheduleModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- org.opt4j.start.Opt4JModule
-
- org.opt4j.optimizer.sa.CoolingScheduleModule
-
- All Implemented Interfaces:
com.google.inject.Module
- Direct Known Subclasses:
CoolingSchedulesModule
public abstract class CoolingScheduleModule extends Opt4JModule
Abstract class for modules that bind to theCoolingSchedule
interface.
-
-
Field Summary
-
Fields inherited from class org.opt4j.start.Opt4JModule
SINGLETON
-
-
Constructor Summary
Constructors Constructor Description CoolingScheduleModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
bindCoolingSchedule(Class<? extends CoolingSchedule> coolingSchedule)
Binds the givenCoolingSchedule
.-
Methods inherited from class org.opt4j.start.Opt4JModule
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, bindConstant, bindConstant, bindConstant, bindConstant, config, configure, constant, multi
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
bindCoolingSchedule
protected void bindCoolingSchedule(Class<? extends CoolingSchedule> coolingSchedule)
Binds the givenCoolingSchedule
.- Parameters:
coolingSchedule
- the CoolingSchedule to bind
-
-