Man Page: pgagetmutationtype
Operating Environment: debian
Section: 3
PGAGetMutationType(3) PGAPack PGAGetMutationType(3)NAMEPGAGetMutationType - Returns the type of mutation usedINPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetMutationType(ctx) PGAContext *ctxLOCATIONmutation.cEXAMPLEExample: 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 |
|---|
| pgadebugprint(3) - debian |
| pgasendreceiveindividual(4) - debian |
| pgaduplicate(8) - debian |
| x509_store_ctx_set_verify_cb(3) - netbsd |
| bio::liveseq::mutator(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| New UNIX and Linux History Sections |