cisat 0.2.2

Cognitively-Inspired Simulated Annealing Teams
Documentation
1
2
3
4
5
6
7
8
9
10
//! This module contains the core agent-based model implementation for CISAT
//!
//! This includes the following `struct`s:
//! - Agents
//! - Teams (sets of agents)
//! - Cohorts (sets of teams)

pub mod agent;
pub mod cohort;
pub mod team;