EvolvingObjects
eoNeighborhood< POT > Class Template Reference

Abstract class for neighborboods. More...

#include <eoNeighborhood.h>

Inheritance diagram for eoNeighborhood< POT >:
eoSocialNeighborhood< POT >

List of all members.

Public Member Functions

virtual void put (unsigned _oneIndice)=0
virtual bool contains (unsigned _oneIndice)=0
virtual unsigned size ()=0
virtual unsigned get (unsigned _index)=0
virtual POT & best ()=0
virtual void best (POT _particle)=0
virtual ~eoNeighborhood ()
 Virtual dtor.

Detailed Description

template<class POT>
class eoNeighborhood< POT >

Abstract class for neighborboods.

Used for particle swarm optimization topology strategies. Can be social or physical.

Definition at line 35 of file eoNeighborhood.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends