OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
NaiveUniformCrossover< T > Struct Template Reference

#include <NaiveUniformCrossover.h>

Collaboration diagram for NaiveUniformCrossover< T >:

Public Member Functions

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

Detailed Description

template<class T>
struct NaiveUniformCrossover< T >

Definition at line 24 of file NaiveUniformCrossover.h.

Member Function Documentation

◆ crossover()

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

Definition at line 26 of file NaiveUniformCrossover.h.


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