Class Nsga2Module

java.lang.Object
com.google.inject.AbstractModule
All Implemented Interfaces:
com.google.inject.Module

public class Nsga2Module extends SelectorModule
Module for the Nsga2 Selector.
See Also:
  • Field Details

    • tournament

      protected int tournament
  • Constructor Details

    • Nsga2Module

      public Nsga2Module()
  • Method Details

    • getTournament

      public int getTournament()
      Returns the tournament value.
      Returns:
      the tournament value
      See Also:
    • setTournament

      public void setTournament(int tournament)
      Sets the tournament value.
      Parameters:
      tournament - the tournament to set
      See Also:
    • config

      public void config()
      Description copied from class: Opt4JModule
      Configure the module. Bind constants, listeners, and bind arbitrary classes.
      Specified by:
      config in class Opt4JModule
      See Also:
      • Binder