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

#include <SimulatedBinaryCrossover.h>

Public Member Functions

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

Detailed Description

template<class T>
struct SimulatedBinaryCrossover< T >

Definition at line 29 of file SimulatedBinaryCrossover.h.

Member Function Documentation

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

Definition at line 31 of file SimulatedBinaryCrossover.h.

References max(), min(), and pow().

Here is the call graph for this function:


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