Class UnboundedArchive

    • Constructor Detail

      • UnboundedArchive

        public UnboundedArchive()
        Constructs a new archive of unbounded size.
    • Method Detail

      • updateWithNondominated

        protected boolean updateWithNondominated​(Collection<Individual> candidates)
        Description copied from class: AbstractArchive
        Adds new candidates which are already checked to be not Pareto-dominated by any other individual in this Archive. All Individuals in the Archive which were dominated by the candidates have already been removed.
        Specified by:
        updateWithNondominated in class AbstractArchive
        Parameters:
        candidates - the non-dominated individuals which can be added
        Returns:
        true if one or more candidates are added to the archive