From 4f26361eb08aa09334d1eea0a124110c20d809ce Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 18 Oct 2014 15:21:45 +0200 Subject: Moved javadocs to a different repository for hosting, updated README --- doc/jcgp/backend/statistics/RunEntry.html | 354 ------------------------------ 1 file changed, 354 deletions(-) delete mode 100644 doc/jcgp/backend/statistics/RunEntry.html (limited to 'doc/jcgp/backend/statistics/RunEntry.html') diff --git a/doc/jcgp/backend/statistics/RunEntry.html b/doc/jcgp/backend/statistics/RunEntry.html deleted file mode 100644 index b455463..0000000 --- a/doc/jcgp/backend/statistics/RunEntry.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - -RunEntry - - - - - - - - -
- - - - - - - -
- - - -
-
jcgp.backend.statistics
-

Class RunEntry

-
-
- -
-
    -
  • -
    -
    -
    public class RunEntry
    -extends java.lang.Object
    -
    This class encapsulates the data contained in a log entry. -

    - Once constructed, data can only be retrieved. Note that - the generation argument in the constructor (and consequently - the value returned by getGeneration() refer to the - last generation when improvement occurred.
    -
    -
    Author:
    -
    Eduardo Pedroni
    -
    See Also:
    -
    StatisticsLogger
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      RunEntry(int generation, - double fitness, - int active, - boolean successful) -
      Creates a new run entry for a logger.
      -
      -
    • -
    - - -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RunEntry

        -
        public RunEntry(int generation,
        -                double fitness,
        -                int active,
        -                boolean successful)
        -
        Creates a new run entry for a logger.
        -
        -
        Parameters:
        -
        generation - the generation when fitness improvement last occurred.
        -
        fitness - the best fitness achieved.
        -
        active - the number of active nodes in the best solution found.
        -
        successful - whether or not the run found a perfect solution.
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getGeneration

        -
        public int getGeneration()
        -
        -
        Returns:
        -
        the generation when improvement last occurred.
        -
        -
      • -
      - - - -
        -
      • -

        getFitness

        -
        public double getFitness()
        -
        -
        Returns:
        -
        the best fitness achieved during the run.
        -
        -
      • -
      - - - -
        -
      • -

        isSuccessful

        -
        public boolean isSuccessful()
        -
        -
        Returns:
        -
        true if the run was successful.
        -
        -
      • -
      - - - -
        -
      • -

        getActiveNodes

        -
        public int getActiveNodes()
        -
        -
        Returns:
        -
        the number of active nodes in the best solution found.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3