Operation.h File Reference

This file declares interface for genetic operations and parameters. It also delcares and implements datatype which store operation-parameters pair. More...

#include "Platform.h"

Namespaces

namespace  Common

Classes

class  Common::GaParameters
 Interface for parameters of genetic operations. More...
class  Common::GaOperation
 Interface for genetic operations. More...
class  Common::GaOperationParametersPair< OTYPE, PTYPE >
 This template class is used for storing genetic operations and their parameters. This class has no built-in synchronizator, so LOCK_OBJECT and LOCK_THIS_OBJECT macros cannot be used with instances of this class. More...


Detailed Description

This file declares interface for genetic operations and parameters. It also delcares and implements datatype which store operation-parameters pair.


Genetic Algorithm Library
Coolsoft Software Development