namespace Gambit::jswarm_1_0_0

[No description available]

Classes

Name
classGambit::jswarm_1_0_0::particle
An individual particle in a swarm.
classGambit::jswarm_1_0_0::particle_swarm
A swarm of particles and methods to evolve them.

Types

Name
typedef std::independent_bits_engine< std::mt19937_64, 64, std::uint64_t >rng_type
The type of RNG to be used locally in j-Swarm.

Types Documentation

typedef rng_type

typedef std::independent_bits_engine<std::mt19937_64,64,std::uint64_t> Gambit::jswarm_1_0_0::rng_type;

The type of RNG to be used locally in j-Swarm.


Updated on 2025-02-12 at 15:36:39 +0000