Documentation of 'org.encog.ml.genetic.genome.ArrayGenome' Java class
ArrayGenome
org.encog.ml.genetic.genome

Interface ArrayGenome

    • Method Detail

      • copy

        void copy(ArrayGenome source,
                  int sourceIndex,
                  int targetIndex)
        Copy elements from another array genome into this one.
        Parameters:
        source - The source genome.
        sourceIndex - The source index.
        targetIndex - The target index.
      • swap

        void swap(int iswap1,
                  int iswap2)
        Swap two elements in this genome.
        Parameters:
        iswap1 - The first element index to swap.
        iswap2 - The second element index to swap.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.