Function PGARealPrintString

Function Documentation

void PGARealPrintString(PGAContext *ctx, FILE *fp, int p, int pop)

Write a real-valued string to a file.

Example

Write string s to stdout.

PGAContext *ctx;
int s;

...
PGARealPrintString (ctx, stdout, s, PGA_NEWPOP);

Parameters
  • ctx – context variable

  • fp – file pointer to file to write the string to

  • p – index of the string to write out

  • pop – symbolic constant of the population string p is in

Returns

None