OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | List of all members
NaiveUniformCrossover< T > Struct Template Reference

decide for each gene if swapped with other gene More...

#include <NaiveUniformCrossover.h>

Public Member Functions

void crossover (boost::shared_ptr< T > ind1, boost::shared_ptr< T > ind2, CmdArguments_t args)
 

Detailed Description

template<class T>
struct NaiveUniformCrossover< T >

decide for each gene if swapped with other gene

Definition at line 5 of file NaiveUniformCrossover.h.

Member Function Documentation

template<class T >
void NaiveUniformCrossover< T >::crossover ( boost::shared_ptr< T ind1,
boost::shared_ptr< T ind2,
CmdArguments_t  args 
)
inline

Definition at line 7 of file NaiveUniformCrossover.h.


The documentation for this struct was generated from the following file: