debian man page for pgarungm

Query: pgarungm

OS: debian

Section: 8

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

PGARunGM(8)							      PGAPack							       PGARunGM(8)

NAME
PGARunGM - High-level routine to execute the genetic algorithm using the global model.
DESCRIPTION
It is called after PGACreate and PGASetup have been called. If a NULL communicator is given, a sequential execution method is used, other- wise, work is divided among the processors in the communicator.
INPUT PARAMETERS
ctx - context variable evaluate - a pointer to the user's evaluation function, which must have the calling sequence shown in the example. comm - an MPI communicator
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGARunGM(ctx, ctx, comm) PGAContext *ctx double (*f)(PGAContext *, int, int) MPI_Comm comm
LOCATION
parallel.c
EXAMPLE
Example: PGAContext *ctx; double f(PGAContext *ctx, int p, int pop); : PGARunGM(ctx, f, MPI_COMM_WORLD); 05/01/95 PGARunGM(8)
Related Man Pages
pgaevaluate(1) - debian
pgasetrealinitpercent(2) - debian
mpi_comm_create(3) - debian
mpi_comm_rank(3) - debian
pgadebugprint(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
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)?
My first PERL incarnation... Audio Oscillograph