Class DSEModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class DSEModule
    extends org.opt4j.core.problem.ProblemModule
    • Field Summary

      • Fields inherited from class org.opt4j.start.Opt4JModule

        SINGLETON
    • Constructor Summary

      Constructors 
      Constructor Description
      DSEModule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void config()  
      boolean isUseGui()  
      void setUseGui​(boolean useGui)  
      • Methods inherited from class org.opt4j.core.problem.ProblemModule

        bindProblem
      • Methods inherited from class org.opt4j.start.Opt4JModule

        addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, bindConstant, bindConstant, bindConstant, bindConstant, configure, constant, multi
      • Methods inherited from class com.google.inject.AbstractModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
    • Constructor Detail

      • DSEModule

        public DSEModule()
    • Method Detail

      • isUseGui

        public boolean isUseGui()
      • setUseGui

        public void setUseGui​(boolean useGui)
      • config

        protected void config()
        Specified by:
        config in class org.opt4j.start.Opt4JModule