#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... |