Uses of Class
net.sourceforge.cilib.moo.archive.Archive

Packages that use Archive
net.sourceforge.cilib.moo.archive   
net.sourceforge.cilib.moo.archive.constrained   
net.sourceforge.cilib.moo.archive.unconstrained   
net.sourceforge.cilib.moo.iterationstrategies   
 

Uses of Archive in net.sourceforge.cilib.moo.archive
 

Methods in net.sourceforge.cilib.moo.archive that return Archive
static Archive Archive.get()
          Static entrypoint to get to the Archive.
 

Methods in net.sourceforge.cilib.moo.archive with parameters of type Archive
static void Archive.set(Archive archive)
          Set the archive to be used by a multi-objective optimisation algorithm.
 

Uses of Archive in net.sourceforge.cilib.moo.archive.constrained
 

Subclasses of Archive in net.sourceforge.cilib.moo.archive.constrained
 class ConstrainedArchive
           An Archive constrained by the number of solutions that it can store.
 class SetBasedConstrainedArchive
           A constrained set-driven Archive implementation.
 

Uses of Archive in net.sourceforge.cilib.moo.archive.unconstrained
 

Subclasses of Archive in net.sourceforge.cilib.moo.archive.unconstrained
 class QuadTree
          Placeholder class for anybody interrested in implementing this datastructure.
 

Uses of Archive in net.sourceforge.cilib.moo.iterationstrategies
 

Methods in net.sourceforge.cilib.moo.iterationstrategies that return Archive
 Archive ArchivingIterationStrategy.getArchive()
           
 

Methods in net.sourceforge.cilib.moo.iterationstrategies with parameters of type Archive
 void ArchivingIterationStrategy.setArchive(Archive archive)
           
 



Copyright © 2009 CIRG. All Rights Reserved.