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

#include <BlendCrossover.h>

Collaboration diagram for BlendCrossover< T >:
Collaboration graph

Public Member Functions

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

Detailed Description

template<class T>
struct BlendCrossover< T >

Definition at line 33 of file BlendCrossover.h.

Member Function Documentation

◆ crossover()

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

Definition at line 35 of file BlendCrossover.h.

References Physics::alpha, max(), and min().

Here is the call graph for this function:

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