arco 0.1.0

Automated Research into Computational Ontologies — a platform for discovering the conditions under which computation emerges
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! ARCO — Automated Research into Computational Ontologies
//!
//! A computational science platform for discovering and characterizing
//! the minimal mathematical conditions under which computation, memory,
//! and learning emerge within arbitrary information systems.

pub mod calibration;
pub mod cycle;
pub mod dynamics;
pub mod hypotheses;
pub mod metrics;
pub mod observation;
pub mod rules;
pub mod state;
pub mod universe;