SwarmTest Class Reference
Inheritance diagram for SwarmTest:

Protected Attributes

int const n = 17
 
double const p_min = -4.0
 
double const p_max = 4.0
 
double const step = (p_max - p_min) / (n - 1)
 
double const epsilon = 1.E-12
 
unsigned const seed = 1234
 
unsigned const no_seed = 0
 
int const random = 0
 
int const regular = 1
 
int const perturbed = 2
 

Member Data Documentation

◆ epsilon

double const SwarmTest::epsilon = 1.E-12
protected

◆ n

int const SwarmTest::n = 17
protected

◆ no_seed

unsigned const SwarmTest::no_seed = 0
protected

◆ p_max

double const SwarmTest::p_max = 4.0
protected

◆ p_min

double const SwarmTest::p_min = -4.0
protected

◆ perturbed

int const SwarmTest::perturbed = 2
protected

◆ random

int const SwarmTest::random = 0
protected

◆ regular

int const SwarmTest::regular = 1
protected

◆ seed

unsigned const SwarmTest::seed = 1234
protected

◆ step

double const SwarmTest::step = (p_max - p_min) / (n - 1)
protected

The documentation for this class was generated from the following file: