Parallel PopGen Package
Sim_Model::bool_off Struct Reference

functor: turns sampling and preserving off (for every generation except the final one which is always sampled) More...

Public Member Functions

__host__ __forceinline__ bool operator() (const int generation) const
 Preserving and Sampling operator, returns boolean b to turn on/off preserving and sampling in generation generation of the simulation. More...
 

Detailed Description

functor: turns sampling and preserving off (for every generation except the final one which is always sampled)

Examples:
Example1-Speed, Example2-DaDi, and Example3-Compilation.

Definition at line 272 of file go_fish.cuh.

Member Function Documentation

§ operator()()

__host__ __forceinline__ bool Sim_Model::bool_off::operator() ( const int  generation) const

Preserving and Sampling operator, returns boolean b to turn on/off preserving and sampling in generation generation of the simulation.

b = false

Definition at line 551 of file template_inline_simulation_functors.cuh.


The documentation for this struct was generated from the following files: