Provided by: pgapack_1.1.1-3_amd64 bug

NAME

       PGAGetCrossoverProb - Returns the crossover probability

INPUT PARAMETERS

       ctx    - context variable

OUTPUT PARAMETERS

       none

SYNOPSIS

       #include "pgapack.h"
       double  PGAGetCrossoverProb(ctx)
       PGAContext *ctx

LOCATION

       cross.c

EXAMPLE

       Example:
       PGAContext *ctx;
       double pc;
       :
       pc = PGAGetCrossoverProb(ctx);

                                             05/01/95                      PGAGetCrossoverProb(3)