pgasetpopreplacetype(8) debian man page | unix.com

Man Page: pgasetpopreplacetype

Operating Environment: debian

Section: 8

PGASetPopReplaceType(8) 					      PGAPack						   PGASetPopReplaceType(8)

NAME
PGASetPopReplaceType - Choose method of sorting strings to copy from old population to new population.
DESCRIPTION
Valid choices are PGA_POPREPL_BEST, PGA_POPREPL_RANDOM_NOREP, or PGA_POPREPL_RANDOM_REP for copying the best strings, or random string, with or without replacement, respectively, from the old population into the new population. The default is PGA_POPREPL_BEST.
INPUT PARAMETERS
ctx - context variable pop_replace - symbolic constant to specify the population replacement strategy
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetPopReplaceType(ctx, pop_replace) PGAContext *ctx int pop_replace
LOCATION
pop.c
EXAMPLE
Example: PGAContext *ctx; : PGASetPopReplaceType(ctx, PGA_POPREPL_RANDOM_NOREP); 05/01/95 PGASetPopReplaceType(8)
Related Man Pages
pgasetintegerinitrange(2) - debian
pgadebugprint(3) - debian
pgasortpop(8) - debian
lwres_conf_parse(3) - centos
bio::popgen::population(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?