Searched refs:SWARM_GAUSS (Results 1 – 3 of 3) sorted by relevance
32 typedef enum { SWARM_GAUSS = 0, SWARM_UNIFORM = 1, SWARM_CELL_RANDOM = 2, SWARM_SINUSOIDAL = 3 } Po… enumerator
259 case SWARM_GAUSS: in DMSwarmInitalizePointLocations()266 if (point_swarm_type == SWARM_GAUSS) { in DMSwarmInitalizePointLocations()
69 PointSwarmType point_swarm_type = SWARM_GAUSS; in main()