Class DSEEvolutionaryAlgorithmModule

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

    public class DSEEvolutionaryAlgorithmModule
    extends org.opt4j.optimizer.ea.EvolutionaryAlgorithmModule
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.opt4j.optimizer.ea.EvolutionaryAlgorithmModule

        org.opt4j.optimizer.ea.EvolutionaryAlgorithmModule.CrossoverRateType
    • Field Summary

      • Fields inherited from class org.opt4j.optimizer.ea.EvolutionaryAlgorithmModule

        alpha, crossoverRate, crossoverRateType, generations, lambda, mu
      • Fields inherited from class org.opt4j.start.Opt4JModule

        SINGLETON
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void config()  
      • Methods inherited from class org.opt4j.optimizer.ea.EvolutionaryAlgorithmModule

        getAlpha, getCrossoverRate, getCrossoverRateType, getGenerations, getLambda, getMu, setAlpha, setCrossoverRate, setCrossoverRateType, setGenerations, setLambda, setMu
      • Methods inherited from class org.opt4j.core.optimizer.OptimizerModule

        bindOptimizer
      • 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

      • DSEEvolutionaryAlgorithmModule

        public DSEEvolutionaryAlgorithmModule()
    • Method Detail

      • config

        public void config()
        Overrides:
        config in class org.opt4j.optimizer.ea.EvolutionaryAlgorithmModule