debian man page for pgagetmutationtype

Query: pgagetmutationtype

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
pgaevaluate(1) - debian
pgaduplicate(8) - debian
pgasortpop(8) - debian
pgasetuserfunction(8) - debian
bio::liveseq::mutation(3pm) - debian
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph