public class org.apache.commons.math3.genetics.ElitisticListPopulation extends org.apache.commons.math3.genetics.ListPopulation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.genetics.ElitisticListPopulation
  super_class: org.apache.commons.math3.genetics.ListPopulation
{
  private double elitismRate;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.util.List<org.apache.commons.math3.genetics.Chromosome>, int, );
    descriptor: (Ljava/util/List;ID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.commons.math3.genetics.ElitisticListPopulation this
        start local 1 // java.util.List chromosomes
        start local 2 // int populationLimit
        start local 3 // double elitismRate
         0: .line 55
            aload 0 /* this */
            aload 1 /* chromosomes */
            iload 2 /* populationLimit */
            invokespecial org.apache.commons.math3.genetics.ListPopulation.<init>:(Ljava/util/List;I)V
         1: .line 38
            aload 0 /* this */
            ldc 0.9
            putfield org.apache.commons.math3.genetics.ElitisticListPopulation.elitismRate:D
         2: .line 56
            aload 0 /* this */
            dload 3 /* elitismRate */
            invokevirtual org.apache.commons.math3.genetics.ElitisticListPopulation.setElitismRate:(D)V
         3: .line 57
            return
        end local 3 // double elitismRate
        end local 2 // int populationLimit
        end local 1 // java.util.List chromosomes
        end local 0 // org.apache.commons.math3.genetics.ElitisticListPopulation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/apache/commons/math3/genetics/ElitisticListPopulation;
            0    4     1      chromosomes  Ljava/util/List<Lorg/apache/commons/math3/genetics/Chromosome;>;
            0    4     2  populationLimit  I
            0    4     3      elitismRate  D
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException, org.apache.commons.math3.exception.NotPositiveException, org.apache.commons.math3.exception.NumberIsTooLargeException, org.apache.commons.math3.exception.OutOfRangeException
    Signature: (Ljava/util/List<Lorg/apache/commons/math3/genetics/Chromosome;>;ID)V
    MethodParameters:
                 Name  Flags
      chromosomes      final
      populationLimit  final
      elitismRate      final

  public void <init>(int, double);
    descriptor: (ID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.genetics.ElitisticListPopulation this
        start local 1 // int populationLimit
        start local 2 // double elitismRate
         0: .line 70
            aload 0 /* this */
            iload 1 /* populationLimit */
            invokespecial org.apache.commons.math3.genetics.ListPopulation.<init>:(I)V
         1: .line 38
            aload 0 /* this */
            ldc 0.9
            putfield org.apache.commons.math3.genetics.ElitisticListPopulation.elitismRate:D
         2: .line 71
            aload 0 /* this */
            dload 2 /* elitismRate */
            invokevirtual org.apache.commons.math3.genetics.ElitisticListPopulation.setElitismRate:(D)V
         3: .line 72
            return
        end local 2 // double elitismRate
        end local 1 // int populationLimit
        end local 0 // org.apache.commons.math3.genetics.ElitisticListPopulation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/apache/commons/math3/genetics/ElitisticListPopulation;
            0    4     1  populationLimit  I
            0    4     2      elitismRate  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotPositiveException, org.apache.commons.math3.exception.OutOfRangeException
    MethodParameters:
                 Name  Flags
      populationLimit  final
      elitismRate      final

  public org.apache.commons.math3.genetics.Population nextGeneration();
    descriptor: ()Lorg/apache/commons/math3/genetics/Population;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.apache.commons.math3.genetics.ElitisticListPopulation this
         0: .line 83
            new org.apache.commons.math3.genetics.ElitisticListPopulation
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.ElitisticListPopulation.getPopulationLimit:()I
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.ElitisticListPopulation.getElitismRate:()D
            invokespecial org.apache.commons.math3.genetics.ElitisticListPopulation.<init>:(ID)V
         1: .line 82
            astore 1 /* nextGeneration */
        start local 1 // org.apache.commons.math3.genetics.ElitisticListPopulation nextGeneration
         2: .line 85
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.ElitisticListPopulation.getChromosomeList:()Ljava/util/List;
            astore 2 /* oldChromosomes */
        start local 2 // java.util.List oldChromosomes
         3: .line 86
            aload 2 /* oldChromosomes */
            invokestatic java.util.Collections.sort:(Ljava/util/List;)V
         4: .line 89
            dconst_1
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.ElitisticListPopulation.getElitismRate:()D
            dsub
            aload 2 /* oldChromosomes */
            invokeinterface java.util.List.size:()I
            i2d
            dmul
            invokestatic org.apache.commons.math3.util.FastMath.ceil:(D)D
            d2i
            istore 3 /* boundIndex */
        start local 3 // int boundIndex
         5: .line 90
            iload 3 /* boundIndex */
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 91
      StackMap locals: org.apache.commons.math3.genetics.ElitisticListPopulation org.apache.commons.math3.genetics.ElitisticListPopulation java.util.List int int
      StackMap stack:
            aload 1 /* nextGeneration */
            aload 2 /* oldChromosomes */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.commons.math3.genetics.Chromosome
            invokevirtual org.apache.commons.math3.genetics.ElitisticListPopulation.addChromosome:(Lorg/apache/commons/math3/genetics/Chromosome;)V
         8: .line 90
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 2 /* oldChromosomes */
            invokeinterface java.util.List.size:()I
            if_icmplt 7
        end local 4 // int i
        10: .line 93
            aload 1 /* nextGeneration */
            areturn
        end local 3 // int boundIndex
        end local 2 // java.util.List oldChromosomes
        end local 1 // org.apache.commons.math3.genetics.ElitisticListPopulation nextGeneration
        end local 0 // org.apache.commons.math3.genetics.ElitisticListPopulation this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/apache/commons/math3/genetics/ElitisticListPopulation;
            2   11     1  nextGeneration  Lorg/apache/commons/math3/genetics/ElitisticListPopulation;
            3   11     2  oldChromosomes  Ljava/util/List<Lorg/apache/commons/math3/genetics/Chromosome;>;
            5   11     3      boundIndex  I
            6   10     4               i  I

  public void setElitismRate(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.genetics.ElitisticListPopulation this
        start local 1 // double elitismRate
         0: .line 103
            dload 1 /* elitismRate */
            dconst_0
            dcmpg
            iflt 1
            dload 1 /* elitismRate */
            dconst_1
            dcmpl
            ifle 2
         1: .line 104
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.exception.OutOfRangeException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.ELITISM_RATE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            dload 1 /* elitismRate */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial org.apache.commons.math3.exception.OutOfRangeException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
            athrow
         2: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* elitismRate */
            putfield org.apache.commons.math3.genetics.ElitisticListPopulation.elitismRate:D
         3: .line 107
            return
        end local 1 // double elitismRate
        end local 0 // org.apache.commons.math3.genetics.ElitisticListPopulation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/commons/math3/genetics/ElitisticListPopulation;
            0    4     1  elitismRate  D
    Exceptions:
      throws org.apache.commons.math3.exception.OutOfRangeException
    MethodParameters:
             Name  Flags
      elitismRate  final

  public double getElitismRate();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.genetics.ElitisticListPopulation this
         0: .line 114
            aload 0 /* this */
            getfield org.apache.commons.math3.genetics.ElitisticListPopulation.elitismRate:D
            dreturn
        end local 0 // org.apache.commons.math3.genetics.ElitisticListPopulation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/genetics/ElitisticListPopulation;
}
SourceFile: "ElitisticListPopulation.java"