Public Member Functions | Public Attributes

FloatingPoint::FloatingPointCrsSbx Class Reference

FloatingPoint genotype: SBX, kao sto je implementirano u NSGA. More...

#include <FloatingPointCrsSbx.h>

Inheritance diagram for FloatingPoint::FloatingPointCrsSbx:
CrossoverOp

List of all members.

Public Member Functions

bool mate (GenotypeP gen1, GenotypeP gen2, GenotypeP child)
bool initialize (StateP)
 Initialize crossover operator. Called before first crossover operation.
void registerParameters (StateP)
 Register parameters with the system. Called before CrossoverOp::initialize.

Public Attributes

uint ni

Detailed Description

FloatingPoint genotype: SBX, kao sto je implementirano u NSGA.

Definition at line 13 of file FloatingPointCrsSbx.h.


Member Function Documentation

bool FloatingPoint::FloatingPointCrsSbx::mate ( GenotypeP  ,
GenotypeP  ,
GenotypeP   
) [virtual]

Performs crossover of two genotype objects. Each genotype object must be initialized!

Implements CrossoverOp.

Definition at line 27 of file FloatingPointCrsSbx.cpp.


The documentation for this class was generated from the following files: