Class DSEMutateModule

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

    public class DSEMutateModule
    extends org.opt4j.operator.mutate.MutateModule
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double mutationIntensity  
      • Fields inherited from class org.opt4j.start.Opt4JModule

        SINGLETON
    • Constructor Summary

      Constructors 
      Constructor Description
      DSEMutateModule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void config()  
      double getMutationIntensity()  
      void setMutationIntensity​(double mutationIntensity)  
      • Methods inherited from class org.opt4j.operator.mutate.MutateModule

        getOperatorTypeLiteral
      • Methods inherited from class org.opt4j.operator.OperatorModule

        addOperator, addOperator, addOperator
      • 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
    • Field Detail

      • mutationIntensity

        protected double mutationIntensity
    • Constructor Detail

      • DSEMutateModule

        public DSEMutateModule()
    • Method Detail

      • getMutationIntensity

        public double getMutationIntensity()
      • setMutationIntensity

        public void setMutationIntensity​(double mutationIntensity)
      • config

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