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

#include <NaiveOnePointCrossover.h>

Public Member Functions

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

Detailed Description

template<class T>
struct NaiveOnePointCrossover< T >

Definition at line 23 of file NaiveOnePointCrossover.h.

Member Function Documentation

template<class T >
void NaiveOnePointCrossover< T >::crossover ( std::shared_ptr< T >  ind1,
std::shared_ptr< T >  ind2,
CmdArguments_t   
)
inline

Definition at line 25 of file NaiveOnePointCrossover.h.


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