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

#include <SimulatedBinaryCrossover.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 SimulatedBinaryCrossover< T >

Deb (1995) Simulated Binary Crossover (SBX) Respects interval schemata. Offspring are symmetric around parent solutions.

Definition at line 12 of file SimulatedBinaryCrossover.h.

Member Function Documentation

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

Definition at line 14 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: