Class ImmutableNeatCombination.InitShim

java.lang.Object
net.bmahe.genetics4j.neat.spec.combination.ImmutableNeatCombination.InitShim
Enclosing class:
ImmutableNeatCombination

private final class ImmutableNeatCombination.InitShim extends Object
  • Field Details

    • inheritanceThresoldBuildStage

      private byte inheritanceThresoldBuildStage
    • inheritanceThresold

      private double inheritanceThresold
    • reenableGeneInheritanceThresoldBuildStage

      private byte reenableGeneInheritanceThresoldBuildStage
    • reenableGeneInheritanceThresold

      private double reenableGeneInheritanceThresold
    • parentComparisonPolicyBuildStage

      private byte parentComparisonPolicyBuildStage
    • parentComparisonPolicy

      private ParentComparisonPolicy parentComparisonPolicy
  • Constructor Details

    • InitShim

      private InitShim()
  • Method Details

    • inheritanceThresold

      double inheritanceThresold()
    • inheritanceThresold

      void inheritanceThresold(double inheritanceThresold)
    • reenableGeneInheritanceThresold

      double reenableGeneInheritanceThresold()
    • reenableGeneInheritanceThresold

      void reenableGeneInheritanceThresold(double reenableGeneInheritanceThresold)
    • parentComparisonPolicy

      ParentComparisonPolicy parentComparisonPolicy()
    • parentComparisonPolicy

      void parentComparisonPolicy(ParentComparisonPolicy parentComparisonPolicy)
    • formatInitCycleMessage

      private String formatInitCycleMessage()