pgagetmutationtype(3) debian man page | unix.com

Man Page: pgagetmutationtype

Operating Environment: debian

Section: 3

PGAGetMutationType(3)						      PGAPack						     PGAGetMutationType(3)

NAME
PGAGetMutationType - Returns the type of mutation used
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetMutationType(ctx) PGAContext *ctx
LOCATION
mutation.c
EXAMPLE
Example: PGAContext *ctx; int mutatetype; : mutatetype = PGAGetMutationType(ctx); switch (mutatetype) { case PGA_MUTATION_CONSTANT: printf("Mutation Type = PGA_MUTATION_CONSTANT0); break; case PGA_MUTATION_RANGE: printf("Mutation Type = PGA_MUTATION_RANGE0); break; case PGA_MUTATION_UNIFORM: printf("Mutation Type = PGA_MUTATION_UNIFORM0); break; case PGA_MUTATION_GAUSSIAN: printf("Mutation Type = PGA_MUTATION_GAUSSIAN0); break; case PGA_MUTATION_PERMUTE: printf("Mutation Type = PGA_MUTATION_PERMUTE0); break; } 05/01/95 PGAGetMutationType(3)
Related Man Pages
pgasetintegerinitrange(2) - debian
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
x509_store_ctx_set_verify_cb(3) - netbsd
stream_notification_callback(3) - php
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph